Searched refs:ownerPid (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java84 public int ownerPid; field in class:InputWindowHandle
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java121 public void onWakeLockAcquired(int flags, String tag, int ownerUid, int ownerPid, argument
125 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
132 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType);
134 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType);
144 public void onWakeLockReleased(int flags, String tag, int ownerUid, int ownerPid, argument
148 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
155 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType);
157 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, ta
[all...]
H A DPowerManagerService.java2385 int ownerUid, int ownerPid) {
2391 mOwnerPid = ownerPid;
2400 int ownerUid, int ownerPid) {
2405 && mOwnerPid == ownerPid;
2409 int ownerUid, int ownerPid) {
2414 mOwnerPid = ownerPid;
2384 WakeLock(IBinder lock, int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2399 hasSameProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2408 updateProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp52 jfieldID ownerPid; member in struct:android::__anon1141
149 mInfo->ownerPid = env->GetIntField(obj,
150 gInputWindowHandleClassInfo.ownerPid);
289 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
290 "ownerPid", "I");
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java74 mWindowHandle.ownerPid = Process.myPid();
H A DDragState.java125 mDragWindowHandle.ownerPid = Process.myPid();
H A DInputMonitor.java179 inputWindowHandle.ownerPid = child.mSession.mPid;
/frameworks/base/services/input/
H A DInputWindow.h134 int32_t ownerPid; member in struct:android::InputWindowInfo
H A DInputDispatcher.cpp3142 dump.appendFormat(", ownerPid=%d, ownerUid=%d, dispatchingTimeout=%0.3fms\n",
3143 windowInfo->ownerPid, windowInfo->ownerUid,

Completed in 560 milliseconds