/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 106 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock() 109 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock() 112 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() 119 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 122 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart() 124 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource() 127 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish() 129 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 1122 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock() 1140 final String historyName, final int type) { in noteStopWakelock() 1158 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource() 1177 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource() 1200 final String historyName, final int type) { in noteStopWakelockFromSource() 1218 public void noteLongPartialWakelockStart(final String name, final String historyName, in noteLongPartialWakelockStart() 1236 public void noteLongPartialWakelockStartFromSource(final String name, final String historyName, in noteLongPartialWakelockStartFromSource() 1255 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish() 1273 public void noteLongPartialWakelockFinishFromSource(final String name, final String historyName, in noteLongPartialWakelockFinishFromSource()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsNoteTest.java | 162 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUid() local 202 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUidRace() local 248 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUid() local 301 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUidRace() local
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsHistory.java | 1064 public void recordWakelockStartEvent(long elapsedRealtimeMs, long uptimeMs, String historyName, in recordWakelockStartEvent() 1075 public boolean maybeUpdateWakelockTag(long elapsedRealtimeMs, long uptimeMs, String historyName, in maybeUpdateWakelockTag() 1094 public void recordWakelockStopEvent(long elapsedRealtimeMs, long uptimeMs, String historyName, in recordWakelockStopEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 4856 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked() 4860 noteStartWakeLocked(ws.getUid(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local 4876 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 4915 historyName, type, elapsedRealtimeMs, uptimeMs); in noteChangeWakelockFromSourceLocked() local 4923 String historyName, int type, long elapsedRealtimeMs, long uptimeMs) { in noteStopWakeFromSourceLocked() 4941 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart() 4947 public void noteLongPartialWakelockStart(String name, String historyName, int uid, in noteLongPartialWakelockStart() 4953 public void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource() 4994 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish() 5000 public void noteLongPartialWakelockFinish(String name, String historyName, int uid, in noteLongPartialWakelockFinish() [all …]
|