Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp368 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
393 if (ipc) ipc->clearDeathNotification(mHandle, this); in ~BpBinder()
405 if (ipc) { in ~BpBinder()
406 ipc->expungeHandle(mHandle, this); in ~BpBinder()
407 ipc->decWeakHandle(mHandle); in ~BpBinder()
414 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
415 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef()
424 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
425 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
431 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
[all …]
DProcessState.cpp145 IPCThreadState* ipc = IPCThreadState::self(); in getContextObject() local
151 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0); in getContextObject()
157 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/base/cmds/statsd/src/
DStatsService.cpp904 IPCThreadState* ipc = IPCThreadState::self(); in cmd_clear_puller_cache() local
906 ipc->getCallingPid(), ipc->getCallingUid()); in cmd_clear_puller_cache()
917 IPCThreadState* ipc = IPCThreadState::self(); in cmd_print_logs() local
918 VLOG("StatsService::cmd_print_logs with Pid %i, Uid %i", ipc->getCallingPid(), in cmd_print_logs()
919 ipc->getCallingUid()); in cmd_print_logs()
1132 IPCThreadState* ipc = IPCThreadState::self(); in getData() local
1133 VLOG("StatsService::getData with Pid %i, Uid %i", ipc->getCallingPid(), ipc->getCallingUid()); in getData()
1134 ConfigKey configKey(ipc->getCallingUid(), key); in getData()
1145 IPCThreadState* ipc = IPCThreadState::self(); in getMetadata() local
1146 VLOG("StatsService::getMetadata with Pid %i, Uid %i", ipc->getCallingPid(), in getMetadata()
[all …]
/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/native/services/inputflinger/
DInputManager.cpp126 IPCThreadState* ipc = IPCThreadState::self(); in registerInputChannel() local
127 const int uid = ipc->getCallingUid(); in registerInputChannel()
130 "from non shell/root entity (PID: %d)", ipc->getCallingPid()); in registerInputChannel()
/frameworks/native/services/gpuservice/
DGpuService.cpp94 IPCThreadState* ipc = IPCThreadState::self(); in doDump() local
95 const int pid = ipc->getCallingPid(); in doDump()
96 const int uid = ipc->getCallingUid(); in doDump()
/frameworks/av/media/libmediametrics/
DIMediaAnalyticsService.cpp121 IPCThreadState *ipc = IPCThreadState::self(); in onTransact() local
122 int clientPid = ipc->getCallingPid(); in onTransact()
/frameworks/av/media/libmedia/
DIMediaExtractor.cpp310 const IPCThreadState* ipc = IPCThreadState::self(); in dumpExtractors() local
311 const int pid = ipc->getCallingPid(); in dumpExtractors()
312 const int uid = ipc->getCallingUid(); in dumpExtractors()
/frameworks/av/media/libstagefright/
DMediaExtractorFactory.cpp341 const IPCThreadState* ipc = IPCThreadState::self(); in dump() local
342 const int pid = ipc->getCallingPid(); in dump()
343 const int uid = ipc->getCallingUid(); in dump()
/frameworks/base/cmds/statsd/tests/e2e/
DPartialBucket_e2e_test.cpp46 IPCThreadState* ipc = IPCThreadState::self(); in GetReports() local
47 ConfigKey configKey(ipc->getCallingUid(), kConfigKey); in GetReports()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3875 IPCThreadState* ipc = IPCThreadState::self(); in callingThreadHasUnscopedSurfaceFlingerAccess() local
3876 const int pid = ipc->getCallingPid(); in callingThreadHasUnscopedSurfaceFlingerAccess()
3877 const int uid = ipc->getCallingUid(); in callingThreadHasUnscopedSurfaceFlingerAccess()
4509 IPCThreadState* ipc = IPCThreadState::self(); in doDump() local
4510 const int pid = ipc->getCallingPid(); in doDump()
4511 const int uid = ipc->getCallingUid(); in doDump()
5078 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
5080 ipc->getCallingPid(), ipc->getCallingUid()); in CheckTransactCodeCredentials()
5086 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
5087 const int pid = ipc->getCallingPid(); in CheckTransactCodeCredentials()
[all …]