Home
last modified time | relevance | path

Searched refs:SetEnabled (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.h65 virtual HWC2::Error SetEnabled(bool enabled);
83 HWC2::Error SetEnabled(bool enabled) override;
131 HWC2::Error SetEnabled(bool enabled) override;
Dhwc_display.cpp160 adaptive_white_->SetEnabled(true); in InitColorCompensation()
165 adaptive_saturation_->SetEnabled(true); in InitColorCompensation()
190 if (adaptive_white_->SetEnabled(enabled) != HWC2::Error::None) { in SetWhiteCompensation()
200 HWC2::Error HWCColorMatrix::SetEnabled(bool enabled) { in SetEnabled() function in sdm::HWCColorMatrix
224 HWC2::Error WhiteCompensation::SetEnabled(bool enabled) { in SetEnabled() function in sdm::WhiteCompensation
315 HWC2::Error SaturationCompensation::SetEnabled(bool enabled) { in SetEnabled() function in sdm::SaturationCompensation