Home
last modified time | relevance | path

Searched refs:oneway (Results 1 – 25 of 50) sorted by relevance

12

/system/tpm/tpm_manager/aidl/android/tpm_manager/
DITpmNvram.aidl23 oneway void DefineSpace(in byte[] command_proto, in ITpmManagerClient client); in DefineSpace()
24 oneway void DestroySpace(in byte[] command_proto, in DestroySpace()
26 oneway void WriteSpace(in byte[] command_proto, in ITpmManagerClient client); in WriteSpace()
27 oneway void ReadSpace(in byte[] command_proto, in ITpmManagerClient client); in ReadSpace()
28 oneway void LockSpace(in byte[] command_proto, in ITpmManagerClient client); in LockSpace()
29 oneway void ListSpaces(in byte[] command_proto, in ITpmManagerClient client); in ListSpaces()
30 oneway void GetSpaceInfo(in byte[] command_proto, in GetSpaceInfo()
DITpmOwnership.aidl23 oneway void GetTpmStatus(in byte[] command_proto, in GetTpmStatus()
25 oneway void TakeOwnership(in byte[] command_proto, in TakeOwnership()
27 oneway void RemoveOwnerDependency(in byte[] command_proto, in RemoveOwnerDependency()
DITpmManagerClient.aidl20 oneway void OnCommandResponse(in byte[] response_proto); in OnCommandResponse()
/system/connectivity/wificond/aidl/android/net/wifi/
DIPnoScanEvent.aidl24 oneway void OnPnoNetworkFound(); in OnPnoNetworkFound()
25 oneway void OnPnoScanFailed(); in OnPnoScanFailed()
28 oneway void OnPnoScanOverOffloadStarted(); in OnPnoScanOverOffloadStarted()
31 oneway void OnPnoScanOverOffloadFailed(int reason); in OnPnoScanOverOffloadFailed()
DIInterfaceEventCallback.aidl26 oneway void OnClientInterfaceReady(IClientInterface network_interface); in OnClientInterfaceReady()
27 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady()
32 oneway void OnClientTorndownEvent(IClientInterface network_interface); in OnClientTorndownEvent()
33 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent()
DIWifiScannerImpl.aidl48 oneway void subscribeScanEvents(IScanEvent handler); in subscribeScanEvents()
51 oneway void unsubscribeScanEvents(); in unsubscribeScanEvents()
56 oneway void subscribePnoScanEvents(IPnoScanEvent handler); in subscribePnoScanEvents()
59 oneway void unsubscribePnoScanEvents(); in unsubscribePnoScanEvents()
DIScanEvent.aidl21 oneway void OnScanResultReady(); in OnScanResultReady()
22 oneway void OnScanFailed(); in OnScanFailed()
DIApInterfaceEventCallback.aidl34 oneway void onNumAssociatedStationsChanged(int numStations); in onNumAssociatedStationsChanged()
40 oneway void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched()
DIWificond.aidl78 oneway void RegisterCallback(IInterfaceEventCallback callback); in RegisterCallback()
86 oneway void UnregisterCallback(IInterfaceEventCallback callback); in UnregisterCallback()
/system/bt/binder/android/bluetooth/
DIBluetoothA2dp.aidl40 oneway void setAvrcpAbsoluteVolume(int volume); in setAvrcpAbsoluteVolume()
43 oneway void setCodecConfigPreference(in BluetoothDevice device, in setCodecConfigPreference()
45 oneway void enableOptionalCodecs(in BluetoothDevice device); in enableOptionalCodecs()
46 oneway void disableOptionalCodecs(in BluetoothDevice device); in disableOptionalCodecs()
49 oneway void setOptionalCodecsEnabled(in BluetoothDevice device, int value); in setOptionalCodecsEnabled()
DIBluetoothStateChangeCallback.aidl24 oneway interface IBluetoothStateChangeCallback
DIBluetoothManagerCallback.aidl26 oneway interface IBluetoothManagerCallback {
DIBluetoothProfileServiceConnection.aidl27 oneway interface IBluetoothProfileServiceConnection {
/system/tools/aidl/
Daidl_language.cpp132 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() argument
135 : oneway_(oneway), in AidlMethod()
150 AidlMethod::AidlMethod(bool oneway, AidlType* type, std::string name, in AidlMethod() argument
153 : AidlMethod(oneway, type, name, args, line, comments, 0) { in AidlMethod()
187 const std::string& comments, bool oneway, in AidlInterface() argument
193 oneway_(oneway), in AidlInterface()
Dgenerate_java_binder.cpp348 bool oneway, in generate_stub_code() argument
423 if (!oneway) { in generate_stub_code()
443 if (!oneway) { in generate_stub_code()
481 bool oneway, in generate_stub_case() argument
489 oneway, in generate_stub_case()
502 bool oneway, in generate_stub_case_outline() argument
523 oneway, in generate_stub_case_outline()
550 bool oneway, in generate_proxy_method() argument
572 if (!oneway) { in generate_proxy_method()
632 new LiteralExpression(oneway ? "android.os.IBinder.FLAG_ONEWAY" : "0")); in generate_proxy_method()
[all …]
/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl19 oneway interface IBluetoothCallback {
DIBluetoothGattClientCallback.aidl19 oneway interface IBluetoothGattClientCallback {
DIBluetoothLeScannerCallback.aidl21 oneway interface IBluetoothLeScannerCallback {
DIBluetoothLeAdvertiserCallback.aidl21 oneway interface IBluetoothLeAdvertiserCallback {
/system/tpm/trunks/aidl/android/trunks/
DITrunksClient.aidl20 oneway void OnCommandResponse(in byte[] response); in OnCommandResponse()
DITrunks.aidl22 oneway void SendCommand(in byte[] command, in ITrunksClient client); in SendCommand()
/system/security/keystore/binder/android/security/
DIConfirmationPromptCallback.aidl26 oneway void onConfirmationPromptCompleted(in int result, in byte[] dataThatWasConfirmed); in onConfirmationPromptCompleted()
/system/update_engine/binder_bindings/android/os/
DIUpdateEngineCallback.aidl20 oneway interface IUpdateEngineCallback {
/system/update_engine/binder_bindings/android/brillo/
DIUpdateEngineStatusCallback.aidl22 oneway
/system/vold/binder/android/os/
DIVoldTaskListener.aidl22 oneway interface IVoldTaskListener {

12