Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument
180 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
182 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired()
198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() argument
216 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag, in onWakeLockChanging()
223 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag); in onWakeLockChanging()
233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased() argument
246 historyTag, monitorType); in onWakeLockReleased()
249 historyTag, monitorType); in onWakeLockReleased()
DPowerManagerService.java774 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() argument
790 uid, pid, ws, historyTag); in acquireWakeLockInternal()
791 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal()
795 wakeLock = new WakeLock(lock, flags, tag, packageName, ws, historyTag, uid, pid); in acquireWakeLockInternal()
910 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() argument
932 ws, historyTag); in updateWakeLockWorkSourceInternal()
933 wakeLock.mHistoryTag = historyTag; in updateWakeLockWorkSourceInternal()
959 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() argument
963 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag); in notifyWakeLockChangingLocked()
2842 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock() argument
[all …]
/frameworks/base/core/java/android/os/
DIPowerManager.aidl29 String historyTag); in acquireWakeLock() argument
36 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() argument