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

/frameworks/av/media/libmedia/
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.cpp49 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
64 remote()->transact(ON_DISPLAY_ERROR, 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.cpp74 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY);
148 remote()->transact(QUEUE_BUFFER, data, &reply, IBinder::FLAG_ONEWAY);
165 remote()->transact(ISSUE_COMMAND, data, &reply, IBinder::FLAG_ONEWAY);
H A DIAudioFlingerClient.cpp60 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
H A DIHDCP.cpp51 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
H A DIOMX.cpp761 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/base/core/java/android/os/
H A DIBinder.java152 int FLAG_ONEWAY = 0x00000001; field in interface:IBinder
215 * RPC, or {@link #FLAG_ONEWAY} for a one-way RPC.
H A DBinder.java407 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY);
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java621 IBinder.FLAG_ONEWAY);
633 IBinder.FLAG_ONEWAY);
644 IBinder.FLAG_ONEWAY);
655 IBinder.FLAG_ONEWAY);
666 IBinder.FLAG_ONEWAY);
677 IBinder.FLAG_ONEWAY);
709 IBinder.FLAG_ONEWAY);
731 IBinder.FLAG_ONEWAY);
742 IBinder.FLAG_ONEWAY);
754 IBinder.FLAG_ONEWAY);
[all...]
H A DActivityManagerNative.java2173 mRemote.transact(FINISH_RECEIVER_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2203 mRemote.transact(ACTIVITY_IDLE_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2245 mRemote.transact(ACTIVITY_STOPPED_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2256 mRemote.transact(ACTIVITY_SLEPT_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2267 mRemote.transact(ACTIVITY_DESTROYED_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2515 mRemote.transact(REPORT_THUMBNAIL_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
2777 mRemote.transact(SERVICE_DONE_EXECUTING_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY);
/frameworks/av/camera/
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);
/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::__anon1345
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp65 remote()->transact(REQUEST_NEXT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp113 remote()->transact(HOLDER_PUT, data, &reply, IBinder::FLAG_ONEWAY);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java194 Parcel.obtain(), null, IBinder.FLAG_ONEWAY);
/frameworks/native/libs/binder/
H A DParcel.cpp494 IBinder::FLAG_ONEWAY) != 0) {

Completed in 6237 milliseconds