Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h60 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice; variable
88 hidl_vec<CoolingDevice_2_0> *coolingdevices) const;
104 bool readCoolingDevice(std::string_view cooling_device, CoolingDevice_2_0 *out) const;
Dthermal-helper.cpp221 CoolingDevice_2_0 *out) const { in readCoolingDevice()
532 hidl_vec<CoolingDevice_2_0> *cooling_devices) const { in fillCurrentCoolingDevices()
533 std::vector<CoolingDevice_2_0> ret; in fillCurrentCoolingDevices()
535 CoolingDevice_2_0 value; in fillCurrentCoolingDevices()
DThermal.cpp156 hidl_vec<CoolingDevice_2_0> cooling_devices; in getCurrentCoolingDevices()
336 hidl_vec<CoolingDevice_2_0> cooling_devices; in debug()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp71 static const CoolingDevice_2_0 kCooling_2_0 = {
144 std::vector<CoolingDevice_2_0> cooling_devices; in getCurrentCoolingDevices()
DThermal.h41 using CoolingDevice_2_0 = ::android::hardware::thermal::V2_0::CoolingDevice; variable