/aosp12/frameworks/native/services/audiomanager/ |
H A D | IAudioManager.cpp | 86 return remote()->transact(PLAYER_ATTRIBUTES, data, &reply, IBinder::FLAG_ONEWAY); in playerAttributes() 96 return remote()->transact(PLAYER_EVENT, data, &reply, IBinder::FLAG_ONEWAY); in playerEvent() 103 return remote()->transact(RELEASE_PLAYER, data, &reply, IBinder::FLAG_ONEWAY); in releasePlayer() 127 return remote()->transact(RECORDER_EVENT, data, &reply, IBinder::FLAG_ONEWAY); in recorderEvent() 134 return remote()->transact(RELEASE_RECORDER, data, &reply, IBinder::FLAG_ONEWAY); in releaseRecorder() 142 return remote()->transact(PLAYER_SESSION_ID, data, &reply, IBinder::FLAG_ONEWAY); in playerSessionId()
|
/aosp12/frameworks/native/libs/binder/ |
H A 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() 68 remote()->transact(ON_UID_STATE_CHANGED_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); in onUidStateChanged()
|
H A D | IResultReceiver.cpp | 41 remote()->transact(OP_SEND, data, nullptr, IBinder::FLAG_ONEWAY); in send()
|
/aosp12/frameworks/av/camera/ |
H A 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()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
H A D | DejankBinderTracker.java | 19 import static android.os.IBinder.FLAG_ONEWAY; 125 || (flags & FLAG_ONEWAY) == FLAG_ONEWAY in onTransactStarted()
|
/aosp12/frameworks/av/media/libmedia/ |
H A 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()
|
H A 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()
|
H A D | IMediaRecorderClient.cpp | 45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
|
/aosp12/frameworks/native/libs/binder/rust/sys/ |
H A D | BinderBindings.hpp | 82 FLAG_ONEWAY = FLAG_ONEWAY, enumerator
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DejankUtils.java | 19 import static android.os.IBinder.FLAG_ONEWAY; 60 if ((flags & FLAG_ONEWAY) == FLAG_ONEWAY || sBlockingIpcs.empty()
|
/aosp12/hardware/qcom/display/msm8909w_3100/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/display/msm8996/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/display/msm8998/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/display/msm8084/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 65 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/display/msm8909/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/sdm845/display/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/sm7250/display/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/hardware/qcom/sm8150/display/libqservice/ |
H A D | IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); in onHdmiHotplug() 66 IBinder::FLAG_ONEWAY); in onCECMessageRecieved()
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | IMediaMetricsService.cpp | 68 SUBMIT_ITEM, data, nullptr /* reply */, IBinder::FLAG_ONEWAY); in submit() 91 SUBMIT_BUFFER, data, nullptr /* reply */, IBinder::FLAG_ONEWAY); in submitBuffer()
|
/aosp12/frameworks/native/libs/graphicsenv/ |
H A D | IGpuService.cpp | 48 remote()->transact(BnGpuService::SET_GPU_STATS, data, &reply, IBinder::FLAG_ONEWAY); in setGpuStats() 61 remote()->transact(BnGpuService::SET_TARGET_STATS, data, &reply, IBinder::FLAG_ONEWAY); in setTargetStats() 70 IBinder::FLAG_ONEWAY); in setUpdatableDriverPath()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | IProducerListener.cpp | 41 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY); in onBufferReleased() 65 remote()->transact(ON_BUFFERS_DISCARDED, data, &reply, IBinder::FLAG_ONEWAY); in onBuffersDiscarded()
|
/aosp12/frameworks/native/libs/vr/libvr_manager/ |
H A 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()
|
/aosp12/frameworks/native/libs/permission/ |
H A D | IAppOpsCallback.cpp | 42 remote()->transact(OP_CHANGED_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY); in opChanged()
|
/aosp12/frameworks/av/services/mediaresourcemanager/ |
H A D | IMediaResourceMonitor.cpp | 37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY); in notifyResourceGranted()
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | lib.rs | 112 FLAG_CLEAR_BUF, FLAG_ONEWAY, FLAG_PRIVATE_LOCAL, LAST_CALL_TRANSACTION,
|