Home | History | Annotate | Download | only in default

Lines Matching refs:Thermal

19 #include <android/hardware/thermal/1.0/IThermal.h>
21 #include <hardware/thermal.h>
27 namespace thermal {
31 using ::android::hardware::thermal::V1_0::CoolingDevice;
32 using ::android::hardware::thermal::V1_0::CpuUsage;
33 using ::android::hardware::thermal::V1_0::IThermal;
34 using ::android::hardware::thermal::V1_0::Temperature;
35 using ::android::hardware::thermal::V1_0::ThermalStatus;
42 struct Thermal : public IThermal {
43 Thermal(thermal_module_t* module);
44 // Methods from ::android::hardware::thermal::V1_0::IThermal follow.
56 } // namespace thermal