Searched refs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 169 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument 184 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired() 186 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired() 199 String historyTag) { in onLongPartialWakeLockStart() argument 209 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, workSource.get(i)); in onLongPartialWakeLockStart() 212 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart() 220 String historyTag) { in onLongPartialWakeLockFinish() argument 230 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, workSource.get(i)); in onLongPartialWakeLockFinish() 233 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid); in onLongPartialWakeLockFinish() 244 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument [all …]
|
D | PowerManagerService.java | 1038 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() argument 1054 uid, pid, ws, historyTag); in acquireWakeLockInternal() 1055 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal() 1066 wakeLock = new WakeLock(lock, flags, tag, packageName, ws, historyTag, uid, pid, in acquireWakeLockInternal() 1188 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() argument 1210 ws, historyTag); in updateWakeLockWorkSourceInternal() 1211 wakeLock.mHistoryTag = historyTag; in updateWakeLockWorkSourceInternal() 1269 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() argument 1273 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag); in notifyWakeLockChangingLocked() 3879 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() argument [all …]
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 33 String historyTag); in acquireWakeLock() argument 40 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() argument
|