Searched defs:ownerPid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 247 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 3850 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 3869 int ownerUid, int ownerPid) { in hasSameProperties() 3878 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputWindowHandle.java | 88 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 | 123 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord()
|