Searched defs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 204 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 233 String historyTag) { in onLongPartialWakeLockStart() 256 String historyTag) { in onLongPartialWakeLockFinish() 282 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 317 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 1053 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 1225 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1306 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 4046 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 4074 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 4309 WorkSource ws, String historyTag) { in acquireWakeLock() 4372 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 34 String historyTag); in acquireWakeLock() 42 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
|