Searched refs:Thermal (Results 1 – 4 of 4) sorted by relevance
45 Thermal::Thermal(thermal_module_t* module) : mModule(module) {} in Thermal() function in android::hardware::thermal::V1_0::implementation::Thermal48 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()
42 struct Thermal : public IThermal { struct43 Thermal(thermal_module_t* module);
6 srcs: ["Thermal.cpp"],
24 * Register an IThermalCallback, used by the Thermal HAL