Searched refs:historyName (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 77 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock() argument 79 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock() argument 81 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() argument 86 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() argument 88 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart() argument 89 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource() argument 91 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish() argument 92 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 520 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock() argument 524 mStats.noteStartWakeLocked(uid, pid, null, name, historyName, type, in noteStartWakelock() 530 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock() argument 533 mStats.noteStopWakeLocked(uid, pid, null, name, historyName, type, in noteStopWakelock() 539 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource() argument 542 mStats.noteStartWakeFromSourceLocked(ws, pid, name, historyName, in noteStartWakelockFromSource() 548 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() argument 552 mStats.noteChangeWakelockFromSourceLocked(ws, pid, name, historyName, type, in noteChangeWakelockFromSource() 557 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() argument 561 mStats.noteStopWakeFromSourceLocked(ws, pid, name, historyName, type); in noteStopWakelockFromSource() [all …]
|