Searched refs:ipc (Results 1 – 10 of 10) sorted by relevance
60 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local62 if (ipc->getCallingPid() == getpid()) in dispatch()
80 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local81 const int callerPid = ipc->getCallingPid(); in onTransact()82 const int callerUid = ipc->getCallingUid(); in onTransact()
86 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local87 const int callerPid = ipc->getCallingPid(); in onTransact()88 const int callerUid = ipc->getCallingUid(); in onTransact()
89 IPCThreadState* ipc = IPCThreadState::self(); in onTransact() local90 const int callerPid = ipc->getCallingPid(); in onTransact()91 const int callerUid = ipc->getCallingUid(); in onTransact()
65 IPCThreadState* ipc = IPCThreadState::self(); in dispatch() local67 bool sameProcess = (ipc->getCallingPid() == getpid()); in dispatch()