Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.h81 void sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps);
Dthermal-helper.cpp570 std::vector<Temperature_2_0> temps; in thermalWatcherCallbackFunc() local
612 temps.push_back(temp); in thermalWatcherCallbackFunc()
620 if (!temps.empty() && cb_) { in thermalWatcherCallbackFunc()
621 cb_(temps); in thermalWatcherCallbackFunc()
Dthermal-helper.h68 using NotificationCallback = std::function<void(const std::vector<Temperature_2_0> &temps)>;
DThermal.cpp237 void Thermal::sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps) { in sendThermalChangedCallback() argument
239 for (auto &t : temps) { in sendThermalChangedCallback()