/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 196 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 200 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 210 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, in onWakeLockAcquired() 213 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 264 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument 282 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging() 289 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging() 299 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument 303 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 311 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased() [all …]
|
D | PowerManagerService.java | 3877 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument 3886 mOwnerPid = ownerPid; in WakeLock() 3896 int ownerUid, int ownerPid) { in hasSameProperties() argument 3901 && mOwnerPid == ownerPid; in hasSameProperties() 3905 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument 3914 if (mOwnerPid != ownerPid) { in updateProperties() 3916 + mOwnerPid + " to " + ownerPid); in updateProperties()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputWindowHandle.cpp | 53 jfieldID ownerPid; member 153 mInfo->ownerPid = env->GetIntField(obj, in updateInfo() 154 gInputWindowHandleClassInfo.ownerPid); in updateInfo() 294 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerPid, clazz, in register_android_server_InputWindowHandle()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 35 int ownerPid, int actualMode) { in PhoneStateEvent() argument 39 mOwnerPid = ownerPid; in PhoneStateEvent()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputWindowHandle.java | 88 public int ownerPid; field in InputWindowHandle
|
/frameworks/native/services/inputflinger/ |
D | InputWindow.h | 134 int32_t ownerPid; member
|
D | InputDispatcher.cpp | 3271 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|
/frameworks/av/services/oboeservice/ |
D | AAudioService.cpp | 273 const pid_t ownerPid = IPCThreadState::self()->getCallingPid(); // TODO review in registerAudioThread() local 275 int err = android::requestPriority(ownerPid, clientThreadId, in registerAudioThread()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 80 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
|
D | DragState.java | 240 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | TaskPositioner.java | 274 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|
D | InputMonitor.java | 324 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandle()
|
/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() argument 122 mOwnerPid = ownerPid; in MediaSessionRecord()
|