Home
last modified time | relevance | path

Searched refs:mCallingPid (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DIPCThreadState.cpp366 return mCallingPid; in getCallingPid()
381 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; in clearCallingIdentity()
409 mCallingPid = (int)token; in restoreCallingIdentity()
414 mCallingPid = getpid(); in clearCaller()
991 const pid_t origPid = mCallingPid; in executeCommand()
994 mCallingPid = tr.sender_pid; in executeCommand()
1046 LOG_ONEWAY("Sending reply to %d!", mCallingPid); in executeCommand()
1049 LOG_ONEWAY("NOT sending reply to %d!", mCallingPid); in executeCommand()
1052 mCallingPid = origPid; in executeCommand()
/frameworks/native/include/binder/
DIPCThreadState.h118 pid_t mCallingPid; variable