HomeSort by relevance Sort by last modified time
    Searched refs:Thermal (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/thermal/1.0/default/
Thermal.h 19 #include <android/hardware/thermal/1.0/IThermal.h>
21 #include <hardware/thermal.h>
27 namespace thermal { namespace in namespace:android::hardware
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)
    [all...]
Thermal.cpp 17 #define LOG_TAG "android.hardware.thermal@1.0-impl"
27 #include <hardware/thermal.h>
29 #include "Thermal.h"
33 namespace thermal { namespace in namespace:android::hardware
45 Thermal::Thermal(thermal_module_t* module) : mModule(module) {}
47 // Methods from ::android::hardware::thermal::V1_0::IThermal follow.
48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) {
54 ALOGI("getTemperatures is not implemented in Thermal HAL.");
104 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb)
    [all...]
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 107 android.hardware.thermal@1.0-vts.func_fuzzer.Thermal \

Completed in 102 milliseconds