Searched refs:ownerPid (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/java/com/android/server/power/ |
D | Notifier.java | 127 public void onWakeLockAcquired(int flags, String tag, int ownerUid, int ownerPid, in onWakeLockAcquired() argument 131 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 138 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType); in onWakeLockAcquired() 140 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType); in onWakeLockAcquired() 150 public void onWakeLockReleased(int flags, String tag, int ownerUid, int ownerPid, in onWakeLockReleased() argument 154 + "\", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 161 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType); in onWakeLockReleased() 163 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, tag, monitorType); in onWakeLockReleased()
|
D | PowerManagerService.java | 2401 int ownerUid, int ownerPid) { in WakeLock() argument 2407 mOwnerPid = ownerPid; in WakeLock() 2416 int ownerUid, int ownerPid) { in hasSameProperties() argument 2421 && mOwnerPid == ownerPid; in hasSameProperties() 2425 int ownerUid, int ownerPid) { in updateProperties() argument 2430 mOwnerPid = ownerPid; in updateProperties()
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 52 jfieldID ownerPid; member 149 mInfo->ownerPid = env->GetIntField(obj, in updateInfo() 150 gInputWindowHandleClassInfo.ownerPid); in updateInfo() 289 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_server_InputWindowHandle()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputWindowHandle.java | 84 public int ownerPid; field in InputWindowHandle
|
/frameworks/base/services/input/ |
D | InputWindow.h | 134 int32_t ownerPid; member
|
D | InputDispatcher.cpp | 3143 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | FakeWindowImpl.java | 74 mWindowHandle.ownerPid = Process.myPid(); in FakeWindowImpl()
|
D | InputMonitor.java | 179 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandleLw()
|
D | DragState.java | 125 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|