Home
last modified time | relevance | path

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

/external/cronet/base/test/
Dpower_monitor_test.cc41 PowerThermalObserver::DeviceThermalState current_thermal_state_ = member in base::test::PowerMonitorTestSource
48 return current_thermal_state_; in GetCurrentThermalState()
86 current_thermal_state_ = new_thermal_state; in GenerateThermalThrottlingEvent()
/external/cronet/base/power_monitor/
Dpower_monitor_device_source_chromeos.cc53 return current_thermal_state_; in GetCurrentThermalState()
58 current_thermal_state_ = state; in SetCurrentThermalState()
Dpower_monitor_device_source.h167 PowerThermalObserver::DeviceThermalState current_thermal_state_ = variable