Searched defs:ownerPid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 168 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 243 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 278 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 3131 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock() 3148 int ownerUid, int ownerPid) { in hasSameProperties() 3157 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()
|