Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_power_stats_CpuPowerStatsCollector.cpp72 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeIsSupportedFeature() local
73 return totalByScalingStep.has_value(); in nativeIsSupportedFeature()
88 auto totalByScalingStep = android::bpf::getTotalCpuFreqTimes(); in nativeReadCpuStats() local
89 if (!totalByScalingStep) { in nativeReadCpuStats()
94 if (flatten(env, *totalByScalingStep, cpuTimeByScalingStep) == EXCEPTION) { in nativeReadCpuStats()