Home
last modified time | relevance | path

Searched refs:forceRead (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java140 abstract void readDeltaImpl(@Nullable Callback<T> cb, boolean forceRead); in readDeltaImpl() argument
231 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument
232 try (ProcFileIterator iter = mReader.open(!mThrottle || forceRead)) { in readDeltaImpl()
470 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument
638 void readDeltaImpl(@Nullable Callback<Long> cb, boolean forceRead) { in readDeltaImpl() argument
825 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java14466 final boolean forceRead = powerAccumulator != null;
14467 mCpuUidFreqTimeReader.readDelta(forceRead, (uid, cpuFreqTimeMs) -> {
14637 final boolean forceRead = powerAccumulator != null;
14638 mCpuUidClusterTimeReader.readDelta(forceRead, (uid, cpuClusterTimesMs) -> {