/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_events.cpp | 238 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/ |
D | hw_events.cpp | 223 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/ |
D | hw_events.cpp | 223 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/ |
D | hw_events.cpp | 241 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/ |
D | hw_events.cpp | 239 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/ |
D | hw_events.cpp | 238 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/ |
D | display_primary.cpp | 263 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()
|
D | display_hdmi.h | 55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
|
D | display_primary.h | 60 virtual void ThermalEvent(int64_t thermal_level);
|
D | comp_manager.h | 61 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
|
D | hw_interface.h | 58 virtual void ThermalEvent(int64_t thermal_level) = 0;
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_primary.cpp | 305 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()
|
D | display_hdmi.h | 54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
|
D | display_primary.h | 60 virtual void ThermalEvent(int64_t thermal_level);
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_hdmi.h | 54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
|
D | display_primary.h | 59 virtual void ThermalEvent(int64_t thermal_level);
|
D | display_primary.cpp | 270 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent() argument 272 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
|
D | hw_interface.h | 61 virtual void ThermalEvent(int64_t thermal_level) = 0;
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_hdmi.h | 55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
|
D | display_primary.h | 61 virtual void ThermalEvent(int64_t thermal_level);
|
D | display_primary.cpp | 275 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/ |
D | display_hdmi.h | 55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent() argument
|
D | display_primary.h | 60 virtual void ThermalEvent(int64_t thermal_level);
|
D | comp_manager.h | 63 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | display_pluggable.h | 65 virtual void ThermalEvent(int64_t thermal_level) {} in ThermalEvent() argument
|