Searched refs:historyName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl71 void noteStartWakelock(int uid, int pid, String name, String historyName,
73 void noteStopWakelock(int uid, int pid, String name, String historyName, int type);
75 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName,
80 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName,
82 void noteLongPartialWakelockStart(String name, String historyName, int uid);
83 void noteLongPartialWakelockFinish(String name, String historyName, int uid);
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java443 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, argument
447 mStats.noteStartWakeLocked(uid, pid, name, historyName, type, unimportantForLogging,
452 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { argument
455 mStats.noteStopWakeLocked(uid, pid, name, historyName, type,
461 String historyName, int type, boolean unimportantForLogging) {
464 mStats.noteStartWakeFromSourceLocked(ws, pid, name, historyName,
470 String historyName, int type, WorkSource newWs, int newPid, String newName,
474 mStats.noteChangeWakelockFromSourceLocked(ws, pid, name, historyName, type,
479 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, argument
483 mStats.noteStopWakeFromSourceLocked(ws, pid, name, historyName, typ
460 noteStartWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
469 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
487 noteLongPartialWakelockStart(String name, String historyName, int uid) argument
494 noteLongPartialWakelockFinish(String name, String historyName, int uid) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3378 public void noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, argument
3385 if (historyName == null) {
3386 historyName = name;
3389 if (mActiveEvents.updateState(HistoryItem.EVENT_WAKE_LOCK_START, historyName,
3392 HistoryItem.EVENT_WAKE_LOCK_START, historyName, uid);
3400 mHistoryCur.wakelockTag.string = mInitialAcquireWakeName = historyName;
3410 mHistoryCur.wakelockTag.string = mInitialAcquireWakeName = historyName;
3431 public void noteStopWakeLocked(int uid, int pid, String name, String historyName, int type, argument
3437 if (historyName == null) {
3438 historyName
3466 noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
3477 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
3496 noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type) argument
3506 noteLongPartialWakelockStart(String name, String historyName, int uid) argument
3521 noteLongPartialWakelockFinish(String name, String historyName, int uid) argument
[all...]

Completed in 46 milliseconds