Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h97 void parseProfileProperty(std::string_view sensor_name, const SensorInfo &sensor_info);
Dthermal_throttling.cpp61 void ThermalThrottling::parseProfileProperty(std::string_view sensor_name, in parseProfileProperty() function in aidl::android::hardware::thermal::implementation::ThermalThrottling
745 parseProfileProperty(temp.name.c_str(), sensor_info); in thermalThrottlingUpdate()