Searched refs:ownerPid (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/java/com/android/server/power/ |
D | Notifier.java | 132 int ownerUid, int ownerPid, WorkSource workSource) { in onWakeLockAcquired() argument 136 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 143 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType); in onWakeLockAcquired() 145 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType); in onWakeLockAcquired() 159 int ownerUid, int ownerPid, WorkSource workSource) { in onWakeLockReleased() argument 163 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 170 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType); in onWakeLockReleased() 172 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, tag, monitorType); in onWakeLockReleased()
|
D | PowerManagerService.java | 2519 WorkSource workSource, int ownerUid, int ownerPid) { in WakeLock() argument 2526 mOwnerPid = ownerPid; in WakeLock() 2535 int ownerUid, int ownerPid) { in hasSameProperties() argument 2540 && mOwnerPid == ownerPid; in hasSameProperties() 2544 WorkSource workSource, int ownerUid, int ownerPid) { in updateProperties() argument 2553 if (mOwnerPid != ownerPid) { in updateProperties() 2555 + mOwnerPid + " to " + ownerPid); in updateProperties()
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 53 jfieldID ownerPid; member 152 mInfo->ownerPid = env->GetIntField(obj, in updateInfo() 153 gInputWindowHandleClassInfo.ownerPid); in updateInfo() 295 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_server_InputWindowHandle()
|
/frameworks/base/services/java/com/android/server/input/ |
D | InputWindowHandle.java | 85 public int ownerPid; field in InputWindowHandle
|
/frameworks/base/services/input/ |
D | InputWindow.h | 135 int32_t ownerPid; member
|
D | InputDispatcher.cpp | 3144 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | FakeWindowImpl.java | 75 mWindowHandle.ownerPid = Process.myPid(); in FakeWindowImpl()
|
D | InputMonitor.java | 193 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandleLw()
|
D | DragState.java | 127 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|