/frameworks/base/core/java/android/app/ |
D | ApplicationThreadNative.java | 661 IBinder.FLAG_ONEWAY); in schedulePauseActivity() 673 IBinder.FLAG_ONEWAY); in scheduleStopActivity() 684 IBinder.FLAG_ONEWAY); in scheduleWindowVisibility() 695 IBinder.FLAG_ONEWAY); in scheduleSleeping() 707 IBinder.FLAG_ONEWAY); in scheduleResumeActivity() 718 IBinder.FLAG_ONEWAY); in scheduleSendResult() 751 IBinder.FLAG_ONEWAY); in scheduleLaunchActivity() 773 IBinder.FLAG_ONEWAY); in scheduleRelaunchActivity() 784 IBinder.FLAG_ONEWAY); in scheduleNewIntent() 796 IBinder.FLAG_ONEWAY); in scheduleDestroyActivity() [all …]
|
D | ActivityManagerNative.java | 2403 mRemote.transact(FINISH_RECEIVER_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in finishReceiver() 2433 mRemote.transact(ACTIVITY_IDLE_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in activityIdle() 2475 mRemote.transact(ACTIVITY_STOPPED_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in activityStopped() 2486 mRemote.transact(ACTIVITY_SLEPT_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in activitySlept() 2497 mRemote.transact(ACTIVITY_DESTROYED_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in activityDestroyed() 2757 mRemote.transact(RESIZE_STACK_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in resizeStackBox() 2800 mRemote.transact(SET_FOCUSED_STACK_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in setFocusedStack() 2833 mRemote.transact(REPORT_THUMBNAIL_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in reportThumbnail() 3108 mRemote.transact(SERVICE_DONE_EXECUTING_TRANSACTION, data, reply, IBinder.FLAG_ONEWAY); in serviceDoneExecuting()
|
/frameworks/av/camera/camera2/ |
D | ICameraDeviceCallbacks.cpp | 55 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY); in onDeviceError() 64 remote()->transact(CAMERA_IDLE, data, &reply, IBinder::FLAG_ONEWAY); in onDeviceIdle() 75 remote()->transact(CAPTURE_STARTED, data, &reply, IBinder::FLAG_ONEWAY); in onCaptureStarted() 87 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY); in onResultReceived()
|
/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 | 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 | IStreamSource.cpp | 77 ON_BUFFER_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY); in onBufferAvailable() 151 remote()->transact(QUEUE_BUFFER, data, &reply, IBinder::FLAG_ONEWAY); in queueBuffer() 168 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 | IDrmClient.cpp | 52 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 | IAudioFlingerClient.cpp | 61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in ioConfigChanged()
|
D | IHDCP.cpp | 54 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
|
D | IOMX.cpp | 930 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY); in onMessage()
|
/frameworks/av/camera/ |
D | IProCameraCallbacks.cpp | 58 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); in notifyCallback() 67 IBinder::FLAG_ONEWAY); in onLockStatusChanged() 76 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY); in onResultReceived()
|
D | ICameraClient.cpp | 50 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); in notifyCallback() 66 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY); in dataCallback() 78 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY); in dataCallbackTimestamp()
|
D | ICameraServiceListener.cpp | 56 IBinder::FLAG_ONEWAY); in onStatusChanged()
|
D | ICameraRecordingProxyListener.cpp | 46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY); in dataCallbackTimestamp()
|
/frameworks/native/libs/gui/ |
D | IConsumerListener.cpp | 44 remote()->transact(ON_FRAME_AVAILABLE, data, &reply, IBinder::FLAG_ONEWAY); in onFrameAvailable() 50 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY); in onBuffersReleased()
|
D | IDisplayEventConnection.cpp | 65 remote()->transact(REQUEST_NEXT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY); in requestNextVsync()
|
/frameworks/base/core/java/android/os/ |
D | Binder.java | 406 if ((flags & FLAG_ONEWAY) != 0) { in execTransact() 413 if ((flags & FLAG_ONEWAY) != 0) { in execTransact() 468 transact(DUMP_TRANSACTION, data, reply, FLAG_ONEWAY); in dumpAsync()
|
D | IBinder.java | 152 int FLAG_ONEWAY = 0x00000001; field
|
/frameworks/native/services/batteryservice/ |
D | IBatteryPropertiesListener.cpp | 38 …_t err = remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY); in batteryPropertiesChanged()
|
/frameworks/av/services/audioflinger/ |
D | ISchedulingPolicyService.cpp | 47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0; in requestPriority()
|
/frameworks/native/include/binder/ |
D | IBinder.h | 57 FLAG_ONEWAY = 0x00000001 enumerator
|
/frameworks/base/core/java/android/os/storage/ |
D | IObbActionListener.java | 116 android.os.IBinder.FLAG_ONEWAY); in onObbResult()
|
/frameworks/native/services/powermanager/ |
D | IPowerManager.cpp | 90 return remote()->transact(UPDATE_WAKE_LOCK_UIDS, data, &reply, IBinder::FLAG_ONEWAY); in updateWakeLockUids()
|