/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 51 isOneWay ? IBinder::FLAG_ONEWAY : 0); in acquireWakeLock() 66 isOneWay ? IBinder::FLAG_ONEWAY : 0); in acquireWakeLockWithUid() 76 isOneWay ? IBinder::FLAG_ONEWAY : 0); in releaseWakeLock() 86 isOneWay ? IBinder::FLAG_ONEWAY : 0); in updateWakeLockUids() 96 return remote()->transact(POWER_HINT, data, &reply, IBinder::FLAG_ONEWAY); in powerHint()
|
/frameworks/native/libs/binder/ |
D | IUidObserver.cpp | 39 remote()->transact(ON_UID_GONE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); in onUidGone() 47 remote()->transact(ON_UID_ACTIVE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); in onUidActive() 56 remote()->transact(ON_UID_IDLE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); in onUidIdle()
|
D | IResultReceiver.cpp | 43 remote()->transact(OP_SEND, data, NULL, IBinder::FLAG_ONEWAY); in send()
|
D | IMediaResourceMonitor.cpp | 37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY); in notifyResourceGranted()
|
/frameworks/av/media/libaudioclient/ |
D | IAudioPolicyServiceClient.cpp | 76 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY); in onAudioPortListUpdate() 83 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY); in onAudioPatchListUpdate() 92 remote()->transact(MIX_STATE_UPDATE, data, &reply, IBinder::FLAG_ONEWAY); in onDynamicPolicyMixStateUpdate() 105 remote()->transact(RECORDING_CONFIGURATION_UPDATE, data, &reply, IBinder::FLAG_ONEWAY); in onRecordingConfigurationUpdate()
|
D | IEffectClient.cpp | 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in controlStatusChanged() 56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in enableStatusChanged() 85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY); in commandExecuted()
|
D | IAudioFlingerClient.cpp | 55 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in ioConfigChanged()
|
/frameworks/native/services/audiomanager/ |
D | IAudioManager.cpp | 84 return remote()->transact(PLAYER_ATTRIBUTES, data, &reply, IBinder::FLAG_ONEWAY); in playerAttributes() 92 return remote()->transact(PLAYER_EVENT, data, &reply, IBinder::FLAG_ONEWAY); in playerEvent() 99 return remote()->transact(RELEASE_PLAYER, data, &reply, IBinder::FLAG_ONEWAY); in releasePlayer()
|
/frameworks/av/media/libmedia/ |
D | IRemoteDisplayClient.cpp | 50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onDisplayConnected() 57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onDisplayDisconnected() 65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY); in onDisplayError()
|
D | IStreamSource.cpp | 69 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY); in onBufferAvailable() 147 remote()->transact(QUEUE_BUFFER, data, &reply, IBinder::FLAG_ONEWAY); in queueBuffer() 164 remote()->transact(ISSUE_COMMAND, data, &reply, IBinder::FLAG_ONEWAY); in issueCommand()
|
D | IMediaRecorderClient.cpp | 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
|
D | IMediaPlayerClient.cpp | 48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
|
D | IOMX.cpp | 1004 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY); in onMessages()
|
/frameworks/av/camera/ |
D | ICameraClient.cpp | 55 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); in notifyCallback() 71 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); in dataCallback() 83 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY); in dataCallbackTimestamp() 93 IBinder::FLAG_ONEWAY); in recordingFrameHandleCallbackTimestamp() 116 IBinder::FLAG_ONEWAY); in recordingFrameHandleCallbackTimestampBatch()
|
D | ICameraRecordingProxyListener.cpp | 50 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY); in dataCallbackTimestamp() 60 IBinder::FLAG_ONEWAY); in recordingFrameHandleCallbackTimestamp() 88 IBinder::FLAG_ONEWAY); in recordingFrameHandleCallbackTimestampBatch()
|
/frameworks/native/libs/vr/libvr_manager/ |
D | vr_manager.cpp | 38 remote()->transact(ON_VR_STATE_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in onVrStateChanged() 71 data, &reply, IBinder::FLAG_ONEWAY); in onPersistentVrStateChanged()
|
/frameworks/base/core/java/android/os/ |
D | IBinder.java | 168 int FLAG_ONEWAY = 0x00000001; field
|
D | Binder.java | 736 if ((flags & FLAG_ONEWAY) != 0) { in execTransact() 1110 if (mWarnOnBlocking && ((flags & FLAG_ONEWAY) == 0)) { in transact() 1163 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY); in dumpAsync()
|
/frameworks/av/media/libaaudio/src/binding/ |
D | IAAudioClient.cpp | 51 remote()->transact(ON_STREAM_CHANGE, data, &reply, IBinder::FLAG_ONEWAY); in onStreamChange()
|
/frameworks/native/libs/gui/ |
D | IProducerListener.cpp | 39 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY); in onBufferReleased()
|
/frameworks/av/drm/libmediadrm/ |
D | IDrmClient.cpp | 52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 50 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0; in requestPriority()
|
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | CarServiceHelperService.java | 57 data, null, Binder.FLAG_ONEWAY);
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 64 FLAG_ONEWAY = 0x00000001 enumerator
|
D | SafeInterface.h | 320 IBinder::FLAG_ONEWAY);
|