Searched refs:forceRead (Results 1 – 2 of 2) sorted by relevance
140 abstract void readDeltaImpl(@Nullable Callback<T> cb, boolean forceRead); in readDeltaImpl() argument231 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument232 try (ProcFileIterator iter = mReader.open(!mThrottle || forceRead)) { in readDeltaImpl()470 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument638 void readDeltaImpl(@Nullable Callback<Long> cb, boolean forceRead) { in readDeltaImpl() argument825 void readDeltaImpl(@Nullable Callback<long[]> cb, boolean forceRead) { in readDeltaImpl() argument
14466 final boolean forceRead = powerAccumulator != null;14467 mCpuUidFreqTimeReader.readDelta(forceRead, (uid, cpuFreqTimeMs) -> {14637 final boolean forceRead = powerAccumulator != null;14638 mCpuUidClusterTimeReader.readDelta(forceRead, (uid, cpuClusterTimesMs) -> {