Searched refs:mCallingPid (Results 1 – 2 of 2) sorted by relevance
356 return mCallingPid; in getCallingPid()372 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; in clearCallingIdentity()401 mCallingPid = (int)token; in restoreCallingIdentity()406 mCallingPid = getpid(); in clearCaller()1166 const pid_t origPid = mCallingPid; in executeCommand()1172 mCallingPid = tr.sender_pid; in executeCommand()1248 mCallingPid = origPid; in executeCommand()
147 pid_t mCallingPid; variable