Searched refs:ipcState (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DPermissionCache.cpp83 IPCThreadState* ipcState = IPCThreadState::self(); local
84 pid_t pid = ipcState->getCallingPid();
85 uid_t uid = ipcState->getCallingUid();
H A DIServiceManager.cpp60 IPCThreadState* ipcState = IPCThreadState::self(); local
61 pid_t pid = ipcState->getCallingPid();
62 uid_t uid = ipcState->getCallingUid();
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp40 IPCThreadState* ipcState = IPCThreadState::self(); local
41 uid_t uid = ipcState->getCallingUid();

Completed in 74 milliseconds