Searched refs:mCallingPid (Results 1 – 2 of 2) sorted by relevance
355 return mCallingPid; in getCallingPid()371 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; in clearCallingIdentity()400 mCallingPid = (int)token; in restoreCallingIdentity()405 mCallingPid = getpid(); in clearCaller()1152 const pid_t origPid = mCallingPid; in executeCommand()1158 mCallingPid = tr.sender_pid; in executeCommand()1234 mCallingPid = origPid; in executeCommand()
147 pid_t mCallingPid; variable