D | BatteryStatsService.java | 250 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock() argument 254 mStats.noteStartWakeLocked(uid, pid, name, historyName, type, unimportantForLogging, in noteStartWakelock() 259 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock() argument 262 mStats.noteStopWakeLocked(uid, pid, name, historyName, type, in noteStopWakelock() 268 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource() argument 271 mStats.noteStartWakeFromSourceLocked(ws, pid, name, historyName, in noteStartWakelockFromSource() 277 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() argument 281 mStats.noteChangeWakelockFromSourceLocked(ws, pid, name, historyName, type, in noteChangeWakelockFromSource() 286 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() argument 290 mStats.noteStopWakeFromSourceLocked(ws, pid, name, historyName, type); in noteStopWakelockFromSource()
|