Searched defs:noteStartWakeLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java752 void noteStartWakeLocked(WakeLock wl, WorkSource ws) { method in class:PowerManagerService
914 noteStartWakeLocked(wl, ws);
936 noteStartWakeLocked(wl, ws);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1492 public void noteStartWakeLocked(int uid, int pid, String name, int type) { method in class:BatteryStatsImpl
1509 getUidStatsLocked(uid).noteStartWakeLocked(pid, name, type);
1535 noteStartWakeLocked(ws.get(i), pid, name, type);
1738 noteStartWakeLocked(-1, -1, "dummy", WAKE_TYPE_PARTIAL);
3974 public void noteStartWakeLocked(int pid, String name, int type) { method in class:BatteryStatsImpl.Uid

Completed in 562 milliseconds