Searched refs:Thermal (Results 1 – 15 of 15) sorted by relevance
/aosp12/hardware/google/pixel/thermal/ |
H A D | Thermal.h | 49 class Thermal : public IThermal { 51 Thermal(); 52 ~Thermal() = default; 55 Thermal(const Thermal &) = delete; 56 void operator=(const Thermal &) = delete;
|
H A D | Thermal.cpp | 61 Thermal::Thermal() in Thermal() function in android::hardware::thermal::V2_0::implementation::Thermal 66 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() 84 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() 101 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() 151 Return<void> Thermal::getCurrentCoolingDevices(bool filterType, CoolingType type, in getCurrentCoolingDevices() 216 Return<void> Thermal::unregisterThermalChangedCallback( in unregisterThermalChangedCallback() 253 void Thermal::sendThermalChangedCallback(const Temperature_2_0 &t) { in sendThermalChangedCallback() 278 void Thermal::dumpVirtualSensorInfo(std::ostringstream *dump_buf) { in dumpVirtualSensorInfo() 327 void Thermal::dumpThrottlingInfo(std::ostringstream *dump_buf) { in dumpThrottlingInfo() 446 void Thermal::dumpThrottlingRequestStatus(std::ostringstream *dump_buf) { in dumpThrottlingRequestStatus() [all …]
|
H A D | service.cpp | 31 using ::android::hardware::thermal::V2_0::implementation::Thermal; 45 service = new Thermal(); in main()
|
H A D | Android.bp | 24 "Thermal.cpp",
|
/aosp12/hardware/interfaces/thermal/2.0/default/ |
H A D | Thermal.cpp | 85 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() 93 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() 101 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() 110 Return<void> Thermal::getCurrentTemperatures(bool filterType, TemperatureType type, in getCurrentTemperatures() 125 Return<void> Thermal::getTemperatureThresholds(bool filterType, TemperatureType type, in getTemperatureThresholds() 140 Return<void> Thermal::getCurrentCoolingDevices(bool filterType, CoolingType type, in getCurrentCoolingDevices() 155 Return<void> Thermal::registerThermalChangedCallback(const sp<IThermalChangedCallback>& callback, in registerThermalChangedCallback() 184 Return<void> Thermal::unregisterThermalChangedCallback( in unregisterThermalChangedCallback()
|
H A D | service.cpp | 32 using ::android::hardware::thermal::V2_0::implementation::Thermal; 45 service = new Thermal(); in main()
|
H A D | Android.bp | 33 "Thermal.cpp",
|
H A D | Thermal.h | 56 class Thermal : public IThermal {
|
/aosp12/hardware/interfaces/thermal/1.0/default/ |
H A D | Thermal.cpp | 45 Thermal::Thermal(thermal_module_t* module) : mModule(module) {} in Thermal() function in android::hardware::thermal::V1_0::implementation::Thermal 48 Return<void> Thermal::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures() 104 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() 142 Return<void> Thermal::getCoolingDevices(getCoolingDevices_cb _hidl_cb) { in getCoolingDevices() 200 return new Thermal(reinterpret_cast<thermal_module_t*>(device)); in HIDL_FETCH_IThermal() 203 return new Thermal(module); in HIDL_FETCH_IThermal()
|
H A D | Thermal.h | 42 struct Thermal : public IThermal { struct 43 Thermal(thermal_module_t* module);
|
H A D | Android.bp | 30 srcs: ["Thermal.cpp"],
|
/aosp12/hardware/interfaces/thermal/2.0/ |
H A D | IThermal.hal | 60 * which might not be simple thresholds so these values Thermal HAL provided 69 * Register an IThermalChangedCallback, used by the Thermal HAL 89 * Unregister an IThermalChangedCallback, used by the Thermal HAL
|
/aosp12/hardware/interfaces/thermal/1.1/ |
H A D | IThermal.hal | 24 * Register an IThermalCallback, used by the Thermal HAL
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | types.hal | 557 * Thermal level increases and causes calls to be torn down when normal mode of operation is
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 833 * Logs when the Thermal service HAL notifies the throttling start/stop events.
|