Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h111 bool initializeTrip(const std::map<std::string, std::string> &path_map);
Dthermal-helper.cpp222 thermal_watcher_->registerFilesToWatch(monitored_sensors, cdev_paths, initializeTrip(tz_map)); in ThermalHelper()
431 bool ThermalHelper::initializeTrip(const std::map<std::string, std::string> &path_map) { in initializeTrip() function in android::hardware::thermal::V2_0::implementation::ThermalHelper