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()1156 const pid_t origPid = mCallingPid; in executeCommand()1162 mCallingPid = tr.sender_pid; in executeCommand()1236 mCallingPid = origPid; in executeCommand()
172 pid_t mCallingPid; variable