Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp391 IPCThreadState* ipc = IPCThreadState::self(); in ~BpBinder() local
413 if (ipc) { in ~BpBinder()
414 ipc->expungeHandle(mHandle, this); in ~BpBinder()
415 ipc->decWeakHandle(mHandle); in ~BpBinder()
422 IPCThreadState* ipc = IPCThreadState::self(); in onFirstRef() local
423 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef()
432 IPCThreadState* ipc = IPCThreadState::self(); in onLastStrongRef() local
433 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
443 if (ipc) ipc->clearDeathNotification(mHandle, this); in onLastStrongRef()
459 IPCThreadState* ipc = IPCThreadState::self(); in onIncStrongAttempted() local
[all …]
/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.cpp908 IPCThreadState* ipc = IPCThreadState::self(); in cmd_clear_puller_cache() local
910 ipc->getCallingPid(), ipc->getCallingUid()); in cmd_clear_puller_cache()
921 IPCThreadState* ipc = IPCThreadState::self(); in cmd_print_logs() local
922 VLOG("StatsService::cmd_print_logs with Pid %i, Uid %i", ipc->getCallingPid(), in cmd_print_logs()
923 ipc->getCallingUid()); in cmd_print_logs()
1136 IPCThreadState* ipc = IPCThreadState::self(); in getData() local
1137 VLOG("StatsService::getData with Pid %i, Uid %i", ipc->getCallingPid(), ipc->getCallingUid()); in getData()
1138 ConfigKey configKey(ipc->getCallingUid(), key); in getData()
1149 IPCThreadState* ipc = IPCThreadState::self(); in getMetadata() local
1150 VLOG("StatsService::getMetadata with Pid %i, Uid %i", ipc->getCallingPid(), in getMetadata()
[all …]
/frameworks/native/cmds/servicemanager/
DAccess.cpp101 IPCThreadState* ipc = IPCThreadState::self(); in getCallingContext() local
103 const char* callingSid = ipc->getCallingSid(); in getCallingContext()
104 pid_t callingPid = ipc->getCallingPid(); in getCallingContext()
108 .uid = ipc->getCallingUid(), in getCallingContext()
/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.cpp124 IPCThreadState* ipc = IPCThreadState::self(); in registerInputChannel() local
125 const int uid = ipc->getCallingUid(); in registerInputChannel()
128 "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/libstagefright/
DMediaExtractorFactory.cpp344 const IPCThreadState* ipc = IPCThreadState::self(); in dump() local
345 const int pid = ipc->getCallingPid(); in dump()
346 const int uid = ipc->getCallingUid(); in dump()
/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/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.cpp3957 IPCThreadState* ipc = IPCThreadState::self(); in callingThreadHasUnscopedSurfaceFlingerAccess() local
3958 const int pid = ipc->getCallingPid(); in callingThreadHasUnscopedSurfaceFlingerAccess()
3959 const int uid = ipc->getCallingUid(); in callingThreadHasUnscopedSurfaceFlingerAccess()
4612 IPCThreadState* ipc = IPCThreadState::self(); in doDump() local
4613 const int pid = ipc->getCallingPid(); in doDump()
4614 const int uid = ipc->getCallingUid(); in doDump()
5193 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
5195 ipc->getCallingPid(), ipc->getCallingUid()); in CheckTransactCodeCredentials()
5201 IPCThreadState* ipc = IPCThreadState::self(); in CheckTransactCodeCredentials() local
5202 const int pid = ipc->getCallingPid(); in CheckTransactCodeCredentials()
[all …]