/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 176 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockAcquired() 186 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag, in onWakeLockAcquired() 189 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 247 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument 265 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging() 272 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument 286 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid in onWakeLockReleased() 294 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased() [all …]
|
D | PowerManagerService.java | 3850 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument 3859 mOwnerPid = ownerPid; in WakeLock() 3869 int ownerUid, int ownerPid) { in hasSameProperties() argument 3874 && mOwnerPid == ownerPid; in hasSameProperties() 3878 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() argument 3887 if (mOwnerPid != ownerPid) { in updateProperties() 3889 + 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/input/ |
D | InputWindowHandle.java | 88 public int ownerPid; field in InputWindowHandle
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 65 mWindowHandle.ownerPid = Process.myPid(); in InputConsumerImpl()
|
D | InputMonitor.java | 315 inputWindowHandle.ownerPid = child.mSession.mPid; in addInputWindowHandle()
|
D | DragState.java | 165 mDragWindowHandle.ownerPid = Process.myPid(); in InputInterceptor()
|
D | TaskPositioner.java | 287 mDragWindowHandle.ownerPid = Process.myPid(); in register()
|
/frameworks/native/services/inputflinger/ |
D | InputWindow.h | 132 int32_t ownerPid; member
|
D | InputDispatcher.cpp | 3215 windowInfo->ownerPid, windowInfo->ownerUid, in dumpDispatchStateLocked()
|
/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() argument 125 mOwnerPid = ownerPid; in MediaSessionRecord()
|