HomeSort by relevance Sort by last modified time
    Searched refs:mCallingPid (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 74 int mCallingPid;
100 mCallingPid = callingPid;
132 mCallingPid = mRealCallingPid;
155 mCallingPid = mRealCallingPid;
176 mCallingPid = mRealCallingPid;
ActivityStarter.java 398 callingPid = mInterceptor.mCallingPid;
    [all...]
  /frameworks/native/include/binder/
IPCThreadState.h 125 pid_t mCallingPid;
  /frameworks/native/libs/binder/
IPCThreadState.cpp 356 return mCallingPid;
366 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid;
394 mCallingPid = (int)token;
399 mCallingPid = getpid();
1062 const pid_t origPid = mCallingPid;
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 61 int mCallingPid = Binder.getCallingPid();
MediaProvider.java     [all...]

Completed in 696 milliseconds