Searched defs:ownerPid (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/input/
H A DInputWindowHandle.java85 public int ownerPid; field in class:InputWindowHandle
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp53 jfieldID ownerPid; member in struct:android::__anon1194
152 mInfo->ownerPid = env->GetIntField(obj,
153 gInputWindowHandleClassInfo.ownerPid);
295 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz,
296 "ownerPid", "I");
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java132 int ownerUid, int ownerPid, WorkSource workSource) {
136 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
143 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, monitorType);
145 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, monitorType);
159 int ownerUid, int ownerPid, WorkSource workSource) {
163 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
170 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType);
172 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, ta
131 onWakeLockAcquired(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource) argument
158 onWakeLockReleased(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource) argument
[all...]
H A DPowerManagerService.java2501 WorkSource workSource, int ownerUid, int ownerPid) {
2508 mOwnerPid = ownerPid;
2517 int ownerUid, int ownerPid) {
2522 && mOwnerPid == ownerPid;
2526 WorkSource workSource, int ownerUid, int ownerPid) {
2535 if (mOwnerPid != ownerPid) {
2537 + mOwnerPid + " to " + ownerPid);
2500 WakeLock(IBinder lock, int flags, String tag, String packageName, WorkSource workSource, int ownerUid, int ownerPid) argument
2516 hasSameProperties(int flags, String tag, WorkSource workSource, int ownerUid, int ownerPid) argument
2525 updateProperties(int flags, String tag, String packageName, WorkSource workSource, int ownerUid, int ownerPid) argument
/frameworks/base/services/input/
H A DInputWindow.h135 int32_t ownerPid; member in struct:android::InputWindowInfo

Completed in 149 milliseconds