Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/power_monitor/
H A Dpower_monitor_device_source_unittest.cc37 DVLOG(1) << PowerMonitorSource::DeviceThermalStateToString(current_state); in TEST_F()
H A Dpower_monitor_source.h56 static const char* DeviceThermalStateToString(
H A Dpower_monitor_source.cc70 const char* PowerMonitorSource::DeviceThermalStateToString( in DeviceThermalStateToString() function in base::PowerMonitorSource
H A Dthermal_state_observer_mac.mm67 << PowerMonitorSource::DeviceThermalStateToString(state);
H A Dpower_monitor.cc206 << PowerMonitorSource::DeviceThermalStateToString(new_state); in NotifyThermalStateChange()