Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h67 void clearThrottlingData(std::string_view sensor_name);
Dthermal_throttling.cpp83 void ThermalThrottling::clearThrottlingData(std::string_view sensor_name) { in clearThrottlingData() function in aidl::android::hardware::thermal::implementation::ThermalThrottling
/hardware/google/pixel/thermal/
Dthermal-helper.cpp1453 thermal_throttling_.clearThrottlingData(name_status_pair.first); in thermalWatcherCallbackFunc()