Home
last modified time | relevance | path

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

/external/cronet/base/power_monitor/
Dspeed_limit_observer_win.cc40 ULONG MaxIdleState; member
168 const auto idle_diff = info[i].MaxIdleState - info[i].CurrentIdleState; in EstimateThrottlingLevel()
176 static_cast<float>(idle_diff) / info[i].MaxIdleState; in EstimateThrottlingLevel()
180 num_non_idle_cpus += (info[i].CurrentIdleState < info[i].MaxIdleState); in EstimateThrottlingLevel()