Home
last modified time | relevance | path

Searched defs:curTimeUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1349 public long computeUptime(long curTimeUs, int which) { in computeUptime()
1353 public long computeRealtime(long curTimeUs, int which) { in computeRealtime()
1357 public long getUptime(long curTimeUs) { in getUptime()
1365 public long getRealtime(long curTimeUs) { in getRealtime()
2210 private long computeOverage(long curTimeUs) { in computeOverage()
2217 private void recomputeLastDuration(long curTimeUs, boolean abort) { in recomputeLastDuration()
13943 public long computeUptime(long curTimeUs, int which) { in computeUptime()
13948 public long computeRealtime(long curTimeUs, int which) { in computeRealtime()
13954 public long computeBatteryUptime(long curTimeUs, int which) { in computeBatteryUptime()
13960 public long computeBatteryRealtime(long curTimeUs, int which) { in computeBatteryRealtime()
[all …]