Searched defs:ownerPid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 3007 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock() 3024 int ownerUid, int ownerPid) { in hasSameProperties() 3033 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputWindowHandle.java | 84 public int ownerPid; field in InputWindowHandle
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 53 jfieldID ownerPid; member
|
/frameworks/native/services/inputflinger/ |
D | InputWindow.h | 132 int32_t ownerPid; member
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 130 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord()
|