Home
last modified time | relevance | path

Searched refs:Temperature_2_0 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h62 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; variable
68 using NotificationCallback = std::function<void(const std::vector<Temperature_2_0> &temps)>;
84 hidl_vec<Temperature_2_0> *temperatures) const;
100 std::string_view sensor_name, Temperature_2_0 *out,
Dthermal-helper.cpp271 std::string_view sensor_name, Temperature_2_0 *out, in readTemperature()
492 hidl_vec<Temperature_2_0> *temperatures) const { in fillCurrentTemperatures()
493 std::vector<Temperature_2_0> ret; in fillCurrentTemperatures()
495 Temperature_2_0 temp; in fillCurrentTemperatures()
559 std::vector<Temperature_2_0> temps; in thermalWatcherCallbackFunc()
562 Temperature_2_0 temp; in thermalWatcherCallbackFunc()
DThermal.h81 void sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps);
DThermal.cpp118 hidl_vec<Temperature_2_0> temperatures; in getCurrentTemperatures()
237 void Thermal::sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps) { in sendThermalChangedCallback()
297 hidl_vec<Temperature_2_0> temperatures; in debug()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp50 static const Temperature_2_0 kTemp_2_0 = {
114 std::vector<Temperature_2_0> temperatures; in getCurrentTemperatures()
DThermal.h43 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; variable