Searched refs:ipcState (Results 1 - 2 of 2) 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.cpp59 IPCThreadState* ipcState = IPCThreadState::self(); local
60 pid_t pid = ipcState->getCallingPid();
61 uid_t uid = ipcState->getCallingUid();

Completed in 444 milliseconds