Searched defs:ownerPid (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputWindowHandle.java | 88 public int ownerPid; field in InputWindowHandle
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 196 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 264 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 299 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 3877 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 3896 int ownerUid, int ownerPid) { in hasSameProperties() 3905 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 35 int ownerPid, int actualMode) { in PhoneStateEvent()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.cpp | 273 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 53 jfieldID ownerPid; member
|
/frameworks/native/services/inputflinger/ |
D | InputWindow.h | 134 int32_t ownerPid; member
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 120 public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName, in MediaSessionRecord()
|