Searched refs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 204 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 219 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired() 221 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 233 String historyTag) { in onLongPartialWakeLockStart() argument 241 mBatteryStats.noteLongPartialWakelockStartFromSource(tag, historyTag, workSource); in onLongPartialWakeLockStart() 243 tag, historyTag, StatsLog.LONG_PARTIAL_WAKELOCK_STATE_CHANGED__STATE__ON); in onLongPartialWakeLockStart() 245 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart() 247 ownerUid, null, tag, historyTag, in onLongPartialWakeLockStart() 256 String historyTag) { in onLongPartialWakeLockFinish() argument 264 mBatteryStats.noteLongPartialWakelockFinishFromSource(tag, historyTag, workSource); in onLongPartialWakeLockFinish() [all …]
|
D | PowerManagerService.java | 1053 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() argument 1069 uid, pid, ws, historyTag); in acquireWakeLockInternal() 1070 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal() 1081 wakeLock = new WakeLock(lock, flags, tag, packageName, ws, historyTag, uid, pid, in acquireWakeLockInternal() 1225 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() argument 1247 ws, historyTag); in updateWakeLockWorkSourceInternal() 1248 wakeLock.mHistoryTag = historyTag; in updateWakeLockWorkSourceInternal() 1306 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() argument 1310 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag); in notifyWakeLockChangingLocked() 4046 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument [all …]
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 34 String historyTag); in acquireWakeLock() argument 42 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() argument
|