Home
last modified time | relevance | path

Searched refs:FLAG_ONEWAY (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/app/
DApplicationThreadNative.java661 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 …]
DActivityManagerNative.java2403 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/
DICameraDeviceCallbacks.cpp55 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/
DIRemoteDisplayClient.cpp50 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()
DIEffectClient.cpp47 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()
DIStreamSource.cpp77 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()
DIMediaRecorderClient.cpp45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
DIDrmClient.cpp52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
DIMediaPlayerClient.cpp48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
DIAudioFlingerClient.cpp61 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); in ioConfigChanged()
DIHDCP.cpp54 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY); in notify()
DIOMX.cpp930 remote()->transact(OBSERVER_ON_MSG, data, &reply, IBinder::FLAG_ONEWAY); in onMessage()
/frameworks/av/camera/
DIProCameraCallbacks.cpp58 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()
DICameraClient.cpp50 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()
DICameraServiceListener.cpp56 IBinder::FLAG_ONEWAY); in onStatusChanged()
DICameraRecordingProxyListener.cpp46 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY); in dataCallbackTimestamp()
/frameworks/native/libs/gui/
DIConsumerListener.cpp44 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()
DIDisplayEventConnection.cpp65 remote()->transact(REQUEST_NEXT_VSYNC, data, &reply, IBinder::FLAG_ONEWAY); in requestNextVsync()
/frameworks/base/core/java/android/os/
DBinder.java406 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()
DIBinder.java152 int FLAG_ONEWAY = 0x00000001; field
/frameworks/native/services/batteryservice/
DIBatteryPropertiesListener.cpp38 …_t err = remote()->transact(TRANSACT_BATTERYPROPERTIESCHANGED, data, &reply, IBinder::FLAG_ONEWAY); in batteryPropertiesChanged()
/frameworks/av/services/audioflinger/
DISchedulingPolicyService.cpp47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0; in requestPriority()
/frameworks/native/include/binder/
DIBinder.h57 FLAG_ONEWAY = 0x00000001 enumerator
/frameworks/base/core/java/android/os/storage/
DIObbActionListener.java116 android.os.IBinder.FLAG_ONEWAY); in onObbResult()
/frameworks/native/services/powermanager/
DIPowerManager.cpp90 return remote()->transact(UPDATE_WAKE_LOCK_UIDS, data, &reply, IBinder::FLAG_ONEWAY); in updateWakeLockUids()

12