Home
last modified time | relevance | path

Searched refs:historyTag (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java268 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired() argument
284 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
286 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired()
303 String historyTag) { in onLongPartialWakeLockStart() argument
311 mBatteryStats.noteLongPartialWakelockStartFromSource(tag, historyTag, workSource); in onLongPartialWakeLockStart()
313 workSource, tag, historyTag, in onLongPartialWakeLockStart()
316 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart()
319 historyTag, in onLongPartialWakeLockStart()
328 String historyTag) { in onLongPartialWakeLockFinish() argument
336 mBatteryStats.noteLongPartialWakelockFinishFromSource(tag, historyTag, workSource); in onLongPartialWakeLockFinish()
[all …]
DPowerManagerService.java1622 String packageName, WorkSource ws, String historyTag, int uid, int pid,
1650 uid, pid, ws, historyTag, callback);
1651 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid,
1663 wakeLock = new WakeLock(lock, displayId, flags, tag, packageName, ws, historyTag,
1873 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag,
1895 ws, historyTag, null);
1896 wakeLock.mHistoryTag = historyTag;
1999 String packageName, int uid, int pid, WorkSource ws, String historyTag,
2005 historyTag, callback);
5399 WorkSource workSource, String historyTag, int ownerUid, int ownerPid,
[all …]
/frameworks/base/core/java/android/os/
DIPowerManager.aidl31 String historyTag, int displayId, IWakeLockCallback callback); in acquireWakeLock() argument
43 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() argument
125 in WorkSource ws, String historyTag); in acquireWakeLockAsync() argument
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistoryIterator.java300 BatteryStats.HistoryTag historyTag = mHistoryTags.get(index); in readHistoryTag() local
301 if (historyTag != null) { in readHistoryTag()
302 outTag.setTo(historyTag); in readHistoryTag()
DBatteryStatsHistory.java2426 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolString() local
2427 return historyTag != null ? historyTag.string : null; in getHistoryTagPoolString()
2437 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolUid() local
2438 return historyTag != null ? historyTag.uid : Process.INVALID_UID; in getHistoryTagPoolUid()