Lines Matching refs:Thermal
19 #include <android/hardware/thermal/1.1/IThermal.h>
20 #include <android/hardware/thermal/1.1/IThermalCallback.h>
26 namespace thermal {
30 using ::android::hardware::thermal::V1_0::CoolingDevice;
31 using ::android::hardware::thermal::V1_0::CpuUsage;
32 using ::android::hardware::thermal::V1_0::Temperature;
33 using ::android::hardware::thermal::V1_0::ThermalStatus;
34 using ::android::hardware::thermal::V1_0::ThermalStatusCode;
35 using ::android::hardware::thermal::V1_1::IThermal;
36 using ::android::hardware::thermal::V1_1::IThermalCallback;
45 struct Thermal : public IThermal {
46 // Local functions used internally by thermal-engine follow.
49 Thermal();
50 // Methods from ::android::hardware::thermal::V1_0::IThermal follow.
54 // Methods from ::android::hardware::thermal::V1_1::IThermal follow.
65 } // namespace thermal