D | BatteryStatsService.java | 394 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock() argument 398 mStats.noteStartWakeLocked(uid, pid, name, historyName, type, unimportantForLogging, in noteStartWakelock() 403 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock() argument 406 mStats.noteStopWakeLocked(uid, pid, name, historyName, type, in noteStopWakelock() 412 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource() argument 415 mStats.noteStartWakeFromSourceLocked(ws, pid, name, historyName, in noteStartWakelockFromSource() 421 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() argument 425 mStats.noteChangeWakelockFromSourceLocked(ws, pid, name, historyName, type, in noteChangeWakelockFromSource() 430 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() argument 434 mStats.noteStopWakeFromSourceLocked(ws, pid, name, historyName, type); in noteStopWakelockFromSource()
|