Home | History | Annotate | Download | only in thermal

Lines Matching defs:hardware

19 #include <android/hardware/thermal/1.1/IThermal.h>
20 #include <android/hardware/thermal/1.1/IThermalCallback.h>
25 namespace hardware {
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;
37 using ::android::hardware::Return;
38 using ::android::hardware::Void;
39 using ::android::hardware::hidl_vec;
40 using ::android::hardware::hidl_string;
41 using ::android::hardware::hidl_death_recipient;
50 // Methods from ::android::hardware::thermal::V1_0::IThermal follow.
54 // Methods from ::android::hardware::thermal::V1_1::IThermal follow.
66 } // namespace hardware