Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java92 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithTimeInState() local
196 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithoutTimeInState() local
303 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(CORRUPTED_CPUSET_DIR), in testReadCpuInfoWithCorruptedCpuset() local
342 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithCorruptedCpufreq() local
353 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithCorruptedProcStat() local
387 CpuInfoReader cpuInfoReader = new CpuInfoReader(emptyDir, getCacheFile( in testReadCpuInfoWithEmptyCpuset() local
412 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithEmptyRelatedCpus() local
486 CpuInfoReader cpuInfoReader = newCpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithEmptyAffectedCpus() local
513 CpuInfoReader cpuInfoReader = new CpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadCpuInfoWithEmptyProcStat() local
523 CpuInfoReader cpuInfoReader = new CpuInfoReader(getCacheFile(VALID_CPUSET_DIR), in testReadingTooFrequentlyReturnsLastReadCpuInfos() local
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/cpu/
H A DCpuMonitorService.java160 CpuMonitorService(Context context, CpuInfoReader cpuInfoReader, HandlerThread handlerThread, in CpuMonitorService()