Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationAdapter.java56 private int mCallingPid; field in RemoteAnimationAdapter
93 mCallingPid = pid; in setCallingPid()
100 return mCallingPid; in getCallingPid()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java94 int mCallingPid; field in ActivityStartInterceptor
149 mCallingPid = callingPid; in intercept()
200 mCallingPid = mRealCallingPid; in interceptQuietProfileIfNeeded()
219 mCallingPid = mRealCallingPid; in interceptSuspendedByAdminPackage()
253 mCallingPid = mRealCallingPid; in interceptSuspendedPackageIfNeeded()
267 mCallingPid = mRealCallingPid; in interceptWorkProfileChallengeIfNeeded()
338 mCallingPid = mRealCallingPid; in interceptHarmfulAppIfNeeded()
DRecentsAnimation.java63 private final int mCallingPid; field in RecentsAnimation
80 mCallingPid = callingPid; in RecentsAnimation()
125 mService.setRunningRemoteAnimation(mCallingPid, true); in startRecentsActivity()
235 mService.setRunningRemoteAnimation(mCallingPid, false); in finishAnimation()
DActivityStarter.java754 callingPid = mInterceptor.mCallingPid; in startActivity()
/frameworks/native/libs/binder/
DIPCThreadState.cpp360 return mCallingPid; in getCallingPid()
370 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; in clearCallingIdentity()
398 mCallingPid = (int)token; in restoreCallingIdentity()
403 mCallingPid = getpid(); in clearCaller()
1092 const pid_t origPid = mCallingPid; in executeCommand()
1097 mCallingPid = tr.sender_pid; in executeCommand()
1136 LOG_ONEWAY("Sending reply to %d!", mCallingPid); in executeCommand()
1140 LOG_ONEWAY("NOT sending reply to %d!", mCallingPid); in executeCommand()
1143 mCallingPid = origPid; in executeCommand()
/frameworks/native/libs/binder/include/binder/
DIPCThreadState.h127 pid_t mCallingPid; variable
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java448 final int mCallingPid; field in AppOpsService.ModeCallback
456 mCallingPid = callingPid; in ModeCallback()
479 sb.append(mCallingPid); in toString()
498 final int mCallingPid; field in AppOpsService.ActiveCallback
505 mCallingPid = callingPid; in ActiveCallback()
522 sb.append(mCallingPid); in toString()