Searched defs:historyTag (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
180 historyTag, monitorType, unimportantForLogging);
182 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
216 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
223 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
246 historyTag, monitorType);
249 historyTag, monitorType);
164 onWakeLockAcquired(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
197 onWakeLockChanging(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag, int newFlags, String newTag, String newPackageName, int newOwnerUid, int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) argument
232 onWakeLockReleased(int flags, String tag, String packageName, int ownerUid, int ownerPid, WorkSource workSource, String historyTag) argument
H A DPowerManagerService.java774 WorkSource ws, String historyTag, int uid, int pid) {
790 uid, pid, ws, historyTag);
791 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid);
795 wakeLock = new WakeLock(lock, flags, tag, packageName, ws, historyTag, uid, pid);
910 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, argument
932 ws, historyTag);
933 wakeLock.mHistoryTag = historyTag;
959 String packageName, int uid, int pid, WorkSource ws, String historyTag) {
963 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag);
2842 WorkSource workSource, String historyTag, in
773 acquireWakeLockInternal(IBinder lock, int flags, String tag, String packageName, WorkSource ws, String historyTag, int uid, int pid) argument
958 notifyWakeLockChangingLocked(WakeLock wakeLock, int flags, String tag, String packageName, int uid, int pid, WorkSource ws, String historyTag) argument
2841 WakeLock(IBinder lock, int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid) argument
2867 updateProperties(int flags, String tag, String packageName, WorkSource workSource, String historyTag, int ownerUid, int ownerPid) argument
3022 acquireWakeLock(IBinder lock, int flags, String tag, String packageName, WorkSource ws, String historyTag) argument
3086 updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) argument
[all...]

Completed in 298 milliseconds