Home
last modified time | relevance | path

Searched refs:ipc (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp316 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
321 if (ipc) ipc->clearDeathNotification(mHandle, this); in ~BpBinder()
333 if (ipc) { in ~BpBinder()
334 ipc->expungeHandle(mHandle, this); in ~BpBinder()
335 ipc->decWeakHandle(mHandle); in ~BpBinder()
342 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
343 if (ipc) ipc->incStrongHandle(mHandle); in onFirstRef()
352 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
353 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
359 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
[all …]
DProcessState.cpp133 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local
139 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()
145 ipc->flushCommands(); in getContextObject()
/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadService.cpp103 const android::IPCThreadState* ipc = android::IPCThreadState::self(); in dump() local
104 const pid_t pid = ipc->getCallingPid(); in dump()
105 const uid_t uid = ipc->getCallingUid(); in dump()
133 const android::IPCThreadState* ipc = android::IPCThreadState::self(); in CheckTouchPermission() local
134 *out_pid = ipc->getCallingPid(); in CheckTouchPermission()
135 const uid_t uid = ipc->getCallingUid(); in CheckTouchPermission()
/frameworks/native/services/inputflinger/host/
DInputFlinger.cpp50 const IPCThreadState* ipc = IPCThreadState::self(); in dump() local
51 const int pid = ipc->getCallingPid(); in dump()
52 const int uid = ipc->getCallingUid(); in dump()
/frameworks/native/services/vr/hardware_composer/
Dvr_composer.cpp11 const android::IPCThreadState* ipc = android::IPCThreadState::self(); in CheckPermission() local
12 const pid_t pid = ipc->getCallingPid(); in CheckPermission()
13 const uid_t uid = ipc->getCallingUid(); in CheckPermission()
/frameworks/av/media/libmediametrics/
DIMediaAnalyticsService.cpp121 IPCThreadState *ipc = IPCThreadState::self(); in onTransact() local
122 int clientPid = ipc->getCallingPid(); in onTransact()
/frameworks/native/services/surfaceflinger/
DClient.cpp112 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
113 const int pid = ipc->getCallingPid(); in onTransact()
114 const int uid = ipc->getCallingUid(); in onTransact()
DSurfaceFlinger_hwc1.cpp2963 IPCThreadState* ipc = IPCThreadState::self(); in dump() local
2964 const int pid = ipc->getCallingPid(); in dump()
2965 const int uid = ipc->getCallingUid(); in dump()
3391 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
3392 const int pid = ipc->getCallingPid(); in onTransact()
3393 const int uid = ipc->getCallingUid(); in onTransact()
3416 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
3417 const int pid = ipc->getCallingPid(); in onTransact()
3418 const int uid = ipc->getCallingUid(); in onTransact()
3433 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
[all …]
DSurfaceFlinger.cpp3427 IPCThreadState* ipc = IPCThreadState::self(); in dump() local
3428 const int pid = ipc->getCallingPid(); in dump()
3429 const int uid = ipc->getCallingUid(); in dump()
3919 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
3920 const int pid = ipc->getCallingPid(); in CheckTransactCodeCredentials()
3921 const int uid = ipc->getCallingUid(); in CheckTransactCodeCredentials()
3943 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
3944 const int pid = ipc->getCallingPid(); in CheckTransactCodeCredentials()
3945 const int uid = ipc->getCallingUid(); in CheckTransactCodeCredentials()
3968 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local
[all …]
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp327 const IPCThreadState* ipc = IPCThreadState::self(); in dumpExtractors() local
328 const int pid = ipc->getCallingPid(); in dumpExtractors()
329 const int uid = ipc->getCallingUid(); in dumpExtractors()
/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp759 const IPCThreadState* ipc = IPCThreadState::self(); in dumpState() local
760 const pid_t pid = ipc->getCallingPid(); in dumpState()
761 const uid_t uid = ipc->getCallingUid(); in dumpState()