Home
last modified time | relevance | path

Searched refs:Thermal (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/google/pixel/thermal/
H A DThermal.h49 class Thermal : public IThermal {
51 Thermal();
52 ~Thermal() = default;
55 Thermal(const Thermal &) = delete;
56 void operator=(const Thermal &) = delete;
H A DThermal.cpp61 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 Dservice.cpp31 using ::android::hardware::thermal::V2_0::implementation::Thermal;
45 service = new Thermal(); in main()
H A DAndroid.bp24 "Thermal.cpp",
/aosp12/hardware/interfaces/thermal/2.0/default/
H A DThermal.cpp85 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 Dservice.cpp32 using ::android::hardware::thermal::V2_0::implementation::Thermal;
45 service = new Thermal(); in main()
H A DAndroid.bp33 "Thermal.cpp",
H A DThermal.h56 class Thermal : public IThermal {
/aosp12/hardware/interfaces/thermal/1.0/default/
H A DThermal.cpp45 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 DThermal.h42 struct Thermal : public IThermal { struct
43 Thermal(thermal_module_t* module);
H A DAndroid.bp30 srcs: ["Thermal.cpp"],
/aosp12/hardware/interfaces/thermal/2.0/
H A DIThermal.hal60 * 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 DIThermal.hal24 * Register an IThermalCallback, used by the Thermal HAL
/aosp12/hardware/interfaces/radio/1.4/
H A Dtypes.hal557 * Thermal level increases and causes calls to be torn down when normal mode of operation is
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto833 * Logs when the Thermal service HAL notifies the throttling start/stop events.