Searched defs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 202 String historyTag) { in onLongPartialWakeLockStart() 223 String historyTag) { in onLongPartialWakeLockFinish() 247 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 1026 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 1176 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1257 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 3850 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 3878 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 4112 WorkSource ws, String historyTag) { in acquireWakeLock() 4175 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 33 String historyTag); in acquireWakeLock() 40 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
|