Searched refs:FLAG_ONEWAY (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/native/services/powermanager/
H A DIPowerManager.cpp60 isOneWay ? IBinder::FLAG_ONEWAY : 0);
75 isOneWay ? IBinder::FLAG_ONEWAY : 0);
85 isOneWay ? IBinder::FLAG_ONEWAY : 0);
95 isOneWay ? IBinder::FLAG_ONEWAY : 0);
104 // This FLAG_ONEWAY is in the .aidl, so there is no way to disable it
105 return remote()->transact(POWER_HINT, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/native/libs/gui/
H A DIConsumerListener.cpp47 remote()->transact(ON_FRAME_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
53 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
59 remote()->transact(ON_SIDEBAND_STREAM_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
H A DIProducerListener.cpp36 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
H A DIDisplayEventConnection.cpp65 remote()->transact(REQUEST_NEXT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/native/services/batteryservice/
H A DIBatteryPropertiesListener.cpp38 status_t err = remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/av/media/libmedia/
H A DIAudioPolicyServiceClient.cpp47 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
54 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
H A DIEffectClient.cpp47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
H A DIRemoteDisplayClient.cpp50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
H A DIDrmClient.cpp52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
H A DIMediaPlayerClient.cpp48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
H A DIMediaRecorderClient.cpp45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
H A DIStreamSource.cpp77 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
151 remote()->transact(QUEUE_BUFFER, data, &reply, IBinder::FLAG_ONEWAY);
168 remote()->transact(ISSUE_COMMAND, data, &reply, IBinder::FLAG_ONEWAY);
H A DIAudioFlingerClient.cpp61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
H A DIHDCP.cpp54 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java705 IBinder.FLAG_ONEWAY);
717 IBinder.FLAG_ONEWAY);
728 IBinder.FLAG_ONEWAY);
739 IBinder.FLAG_ONEWAY);
753 IBinder.FLAG_ONEWAY);
764 IBinder.FLAG_ONEWAY);
798 IBinder.FLAG_ONEWAY);
820 IBinder.FLAG_ONEWAY);
831 IBinder.FLAG_ONEWAY);
843 IBinder.FLAG_ONEWAY);
[all...]
/frameworks/av/camera/
H A DIProCameraCallbacks.cpp58 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
67 IBinder::FLAG_ONEWAY);
76 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
H A DICameraClient.cpp50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
66 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
78 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
H A DICameraRecordingProxyListener.cpp46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
H A DICameraServiceListener.cpp56 IBinder::FLAG_ONEWAY);
/frameworks/av/camera/camera2/
H A DICameraDeviceCallbacks.cpp58 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
67 remote()->transact(CAMERA_IDLE, data, &reply, IBinder::FLAG_ONEWAY);
79 remote()->transact(CAPTURE_STARTED, data, &reply, IBinder::FLAG_ONEWAY);
93 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/base/core/java/android/os/
H A DIBinder.java151 int FLAG_ONEWAY = 0x00000001; field in interface:IBinder
214 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
H A DBinder.java444 // If the call was FLAG_ONEWAY then these exceptions disappear into the ether.
448 if ((flags & FLAG_ONEWAY) != 0) {
456 if ((flags & FLAG_ONEWAY) != 0) {
526 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY);
/frameworks/av/services/audioflinger/
H A DISchedulingPolicyService.cpp47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0;
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java116 android.os.IBinder.FLAG_ONEWAY);
/frameworks/native/include/binder/
H A DIBinder.h57 FLAG_ONEWAY = 0x00000001 enumerator in enum:android::IBinder::__anon1230

Completed in 3624 milliseconds

12