HomeSort by relevance Sort by last modified time
    Searched refs:ipcState (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
PermissionCache.cpp 83 IPCThreadState* ipcState = IPCThreadState::self();
84 pid_t pid = ipcState->getCallingPid();
85 uid_t uid = ipcState->getCallingUid();
IServiceManager.cpp 59 IPCThreadState* ipcState = IPCThreadState::self();
60 pid_t pid = ipcState->getCallingPid();
61 uid_t uid = ipcState->getCallingUid();

Completed in 180 milliseconds