Searched refs:thermal (Results 1 – 25 of 30) sorted by relevance
12
/hardware/interfaces/thermal/1.0/default/ |
D | 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;
|
D | Android.bp | 17 name: "android.hardware.thermal@1.0-impl", 31 "android.hardware.thermal@1.0", 36 name: "android.hardware.thermal@1.0-service", 40 init_rc: ["android.hardware.thermal@1.0-service.rc"], 52 "android.hardware.thermal@1.0",
|
D | android.hardware.thermal@1.0-service.rc | 1 service vendor.thermal-hal-1-0 /vendor/bin/hw/android.hardware.thermal@1.0-service
|
D | service.cpp | 22 using android::hardware::thermal::V1_0::IThermal;
|
D | Thermal.cpp | 33 namespace thermal { namespace
|
/hardware/interfaces/thermal/1.1/ |
D | IThermal.hal | 17 package android.hardware.thermal@1.1; 19 import android.hardware.thermal@1.0::IThermal; 25 * to send thermal events to the framework thermal service. 28 * thermal events, or nullptr to set no callback
|
D | IThermalCallback.hal | 17 package android.hardware.thermal@1.1; 19 import android.hardware.thermal@1.0::Temperature; 26 * Send a thermal throttling start/stop event to all ThermalService 27 * thermal event listeners.
|
D | Android.bp | 4 name: "android.hardware.thermal@1.1", 14 "android.hardware.thermal@1.0",
|
/hardware/interfaces/thermal/1.1/vts/functional/ |
D | VtsHalThermalV1_1TargetTest.cpp | 25 using ::android::hardware::thermal::V1_0::Temperature; 26 using ::android::hardware::thermal::V1_0::TemperatureType; 27 using ::android::hardware::thermal::V1_1::IThermal; 28 using ::android::hardware::thermal::V1_1::IThermalCallback;
|
D | Android.bp | 22 "android.hardware.thermal@1.0", 23 "android.hardware.thermal@1.1",
|
/hardware/interfaces/thermal/1.0/vts/functional/ |
D | VtsHalThermalV1_0TargetTest.cpp | 33 using ::android::hardware::thermal::V1_0::CoolingDevice; 34 using ::android::hardware::thermal::V1_0::CpuUsage; 35 using ::android::hardware::thermal::V1_0::IThermal; 36 using ::android::hardware::thermal::V1_0::Temperature; 37 using ::android::hardware::thermal::V1_0::TemperatureType; 38 using ::android::hardware::thermal::V1_0::ThermalStatus; 39 using ::android::hardware::thermal::V1_0::ThermalStatusCode;
|
D | Android.bp | 21 static_libs: ["android.hardware.thermal@1.0"],
|
/hardware/libhardware/modules/thermal/ |
D | Android.bp | 16 name: "thermal.default", 19 srcs: ["thermal.c"],
|
/hardware/qcom/msm8998/thermal-engine/ |
D | Android.mk | 22 LOCAL_COPY_HEADERS_TO := thermal-engine
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalEvent.java | 17 package com.intel.thermal;
|
D | ituxdApp.java | 17 package com.intel.thermal;
|
D | ThermalZoneMonitor.java | 17 package com.intel.thermal;
|
D | ThermalUtils.java | 17 package com.intel.thermal; 27 import static com.intel.thermal.ThermalManager.*;
|
D | ThermalSensor.java | 17 package com.intel.thermal; 19 import com.intel.thermal.ThermalManager;
|
D | RawThermalZone.java | 17 package com.intel.thermal;
|
D | ThermalSensorAttrib.java | 17 package com.intel.thermal;
|
D | ThermalCoolingDevice.java | 17 package com.intel.thermal;
|
D | VirtualThermalZone.java | 17 package com.intel.thermal;
|
/hardware/interfaces/thermal/1.0/ |
D | Android.bp | 4 name: "android.hardware.thermal@1.0",
|
D | IThermal.hal | 17 package android.hardware.thermal@1.0;
|
12