Home
last modified time | relevance | path

Searched refs:ProcessThermalEvent (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.h61 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Ddisplay_primary.cpp265 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dcomp_manager.cpp372 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
/hardware/qcom/sdm845/display/sdm/libs/core/
Dcomp_manager.h63 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Ddisplay_primary.cpp324 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dcomp_manager.cpp409 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcomp_manager.h64 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Ddisplay_primary.cpp307 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dcomp_manager.cpp422 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcomp_manager.h63 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Ddisplay_primary.cpp272 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dcomp_manager.cpp444 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcomp_manager.h64 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Ddisplay_primary.cpp277 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()
Dcomp_manager.cpp427 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
/hardware/qcom/sm8150/display/sdm/libs/core/
Dcomp_manager.h70 void ProcessThermalEvent(Handle display_ctx, int64_t thermal_level);
Dcomp_manager.cpp467 void CompManager::ProcessThermalEvent(Handle display_ctx, int64_t thermal_level) { in ProcessThermalEvent() function in sdm::CompManager
Ddisplay_builtin.cpp540 comp_manager_->ProcessThermalEvent(display_comp_ctx_, thermal_level); in ThermalEvent()