Searched defs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 196 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 225 String historyTag) { in onLongPartialWakeLockStart() 243 String historyTag) { in onLongPartialWakeLockFinish() 264 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 299 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 970 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 1120 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1201 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 3877 WorkSource workSource, String historyTag, int ownerUid, int ownerPid, in WakeLock() 3905 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 4139 WorkSource ws, String historyTag) { in acquireWakeLock() 4202 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()
|