Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h37 MOCK_METHOD(bool, emulTemp, (std::string_view, const float, const bool), (override));
/hardware/google/pixel/thermal/
Dthermal-helper.h87 virtual bool emulTemp(std::string_view target_sensor, const float temp,
130 bool emulTemp(std::string_view target_sensor, const float temp,
DThermal.cpp858 return thermal_helper_->emulTemp( in dump()
Dthermal-helper.cpp399 bool ThermalHelperImpl::emulTemp(std::string_view target_sensor, const float temp, in emulTemp() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl