Home
last modified time | relevance | path

Searched refs:Temperature_1_0 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h61 using Temperature_1_0 = ::android::hardware::thermal::V1_0::Temperature; variable
82 bool fillTemperatures(hidl_vec<Temperature_1_0> *temperatures) const;
98 bool readTemperature(std::string_view sensor_name, Temperature_1_0 *out) const;
DThermal.cpp70 hidl_vec<Temperature_1_0> temperatures; in getTemperatures()
268 hidl_vec<Temperature_1_0> temperatures; in debug()
Dthermal-helper.cpp239 bool ThermalHelper::readTemperature(std::string_view sensor_name, Temperature_1_0 *out) const { in readTemperature()
473 bool ThermalHelper::fillTemperatures(hidl_vec<Temperature_1_0> *temperatures) const { in fillTemperatures()
477 Temperature_1_0 temp; in fillTemperatures()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp40 static const Temperature_1_0 kTemp_1_0 = {
88 std::vector<Temperature_1_0> temperatures = {kTemp_1_0}; in getTemperatures()
DThermal.h42 using Temperature_1_0 = ::android::hardware::thermal::V1_0::Temperature; variable