Home
last modified time | relevance | path

Searched refs:thermal_level (Results 1 – 25 of 43) sorted by relevance

12

/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_events.cpp238 int64_t thermal_level = 0; in HandleThermal() local
240 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
243 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
245 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_events.cpp223 int64_t thermal_level = 0; in HandleThermal() local
225 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
228 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
230 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_events.cpp223 int64_t thermal_level = 0; in HandleThermal() local
225 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
228 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
230 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_events.cpp241 int64_t thermal_level = 0; in HandleThermal() local
243 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
246 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
248 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_events.cpp239 int64_t thermal_level = 0; in HandleThermal() local
241 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
244 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
246 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_events.cpp238 int64_t thermal_level = 0; in HandleThermal() local
240 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0); in HandleThermal()
243 DLOGI("Received thermal notification with thermal level = %d", thermal_level); in HandleThermal()
245 event_handler_->ThermalEvent(thermal_level); in HandleThermal()
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_primary.cpp263 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent() argument
265 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
266 if (thermal_level >= kMaxThermalLevel) { in ThermalEvent()
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
Ddisplay_primary.h60 virtual void ThermalEvent(int64_t thermal_level);
Dcomp_manager.h61 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Dhw_interface.h58 virtual void ThermalEvent(int64_t thermal_level) = 0;
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_primary.cpp305 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent() argument
307 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
308 if (thermal_level >= kMaxThermalLevel) { in ThermalEvent()
Ddisplay_hdmi.h54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
Ddisplay_primary.h60 virtual void ThermalEvent(int64_t thermal_level);
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_hdmi.h54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
Ddisplay_primary.h59 virtual void ThermalEvent(int64_t thermal_level);
Ddisplay_primary.cpp270 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent() argument
272 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dhw_interface.h61 virtual void ThermalEvent(int64_t thermal_level) = 0;
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
Ddisplay_primary.h61 virtual void ThermalEvent(int64_t thermal_level);
Ddisplay_primary.cpp275 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent() argument
277 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
Ddisplay_primary.h60 virtual void ThermalEvent(int64_t thermal_level);
Dcomp_manager.h63 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_pluggable.h65 virtual void ThermalEvent(int64_t thermal_level) {} in ThermalEvent() argument

12