Home
last modified time | relevance | path

Searched refs:fillTemperatures (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h82 bool fillTemperatures(hidl_vec<Temperature_1_0> *temperatures) const;
DThermal.cpp77 if (!thermal_helper_.fillTemperatures(&temperatures)) { in getTemperatures()
270 if (!thermal_helper_.fillTemperatures(&temperatures)) { in debug()
Dthermal-helper.cpp484 bool ThermalHelper::fillTemperatures(hidl_vec<Temperature_1_0> *temperatures) const { in fillTemperatures() function in android::hardware::thermal::V2_0::implementation::ThermalHelper