Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent()
Ddisplay_primary.cpp263 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
Dcomp_manager.cpp372 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_hdmi.h54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent()
Ddisplay_primary.cpp270 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
Dcomp_manager.cpp444 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent()
Ddisplay_primary.cpp275 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
Dcomp_manager.cpp427 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_hdmi.h54 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent()
Ddisplay_primary.cpp305 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
Dcomp_manager.cpp422 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_hdmi.h55 virtual void ThermalEvent(int64_t thermal_level) { } in ThermalEvent()
Ddisplay_primary.cpp321 void DisplayPrimary::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
Dcomp_manager.cpp409 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_pluggable.h65 virtual void ThermalEvent(int64_t thermal_level) {} in ThermalEvent()
Dcomp_manager.cpp449 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent()
Ddisplay_builtin.cpp472 void DisplayBuiltIn::ThermalEvent(int64_t thermal_level) { in ThermalEvent()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_events.cpp223 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_events.cpp223 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_events.cpp238 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_events.cpp239 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_events.cpp238 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_events.cpp241 int64_t thermal_level = 0; in HandleThermal() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp9692 int QCamera2HardwareInterface::updateThermalLevel(void *thermal_level) in updateThermalLevel()