Searched refs:Temperature_2_0 (Results 1 – 6 of 6) sorted by relevance
62 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; variable68 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,
271 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()
81 void sendThermalChangedCallback(const std::vector<Temperature_2_0> &temps);
118 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()
50 static const Temperature_2_0 kTemp_2_0 = {114 std::vector<Temperature_2_0> temperatures; in getCurrentTemperatures()
43 using Temperature_2_0 = ::android::hardware::thermal::V2_0::Temperature; variable