Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java74 int mCallingPid; field in ActivityStartInterceptor
100 mCallingPid = callingPid; in intercept()
132 mCallingPid = mRealCallingPid; in interceptQuietProfileIfNeeded()
155 mCallingPid = mRealCallingPid; in interceptSuspendPackageIfNeed()
176 mCallingPid = mRealCallingPid; in interceptWorkProfileChallengeIfNeeded()
DActivityStarter.java396 callingPid = mInterceptor.mCallingPid; in startActivityLocked()
/frameworks/native/libs/binder/
DIPCThreadState.cpp356 return mCallingPid; in getCallingPid()
366 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; in clearCallingIdentity()
394 mCallingPid = (int)token; in restoreCallingIdentity()
399 mCallingPid = getpid(); in clearCaller()
1062 const pid_t origPid = mCallingPid; in executeCommand()
1067 mCallingPid = tr.sender_pid; in executeCommand()
1126 LOG_ONEWAY("Sending reply to %d!", mCallingPid); in executeCommand()
1130 LOG_ONEWAY("NOT sending reply to %d!", mCallingPid); in executeCommand()
1133 mCallingPid = origPid; in executeCommand()
/frameworks/native/include/binder/
DIPCThreadState.h125 pid_t mCallingPid; variable