Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/power/
DNotifier.java132 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()
DPowerManagerService.java2519 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/
Dcom_android_server_input_InputWindowHandle.cpp53 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/
DInputWindowHandle.java85 public int ownerPid; field in InputWindowHandle
/frameworks/base/services/input/
DInputWindow.h135 int32_t ownerPid; member
DInputDispatcher.cpp3144 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
/frameworks/base/services/java/com/android/server/wm/
DFakeWindowImpl.java75 mWindowHandle.ownerPid = Process.myPid(); in FakeWindowImpl()
DInputMonitor.java193 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandleLw()
DDragState.java127 mDragWindowHandle.ownerPid = Process.myPid(); in register()