Searched refs:SetPreferredColorModeInternal (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.h | 105 HWC2::Error SetPreferredColorModeInternal(const std::string &mode_string, bool from_client,
|
D | hwc_display.cpp | 203 auto error = SetPreferredColorModeInternal(mode_string, false, NULL, NULL); in ApplyCurrentColorModeWithRenderIntent() 224 HWC2::Error HWCColorMode::SetPreferredColorModeInternal(const std::string &mode_string, in SetPreferredColorModeInternal() function in sdm::HWCColorMode 292 auto error = SetPreferredColorModeInternal(mode_string, true, &mode, &range); in SetColorModeFromClientApi()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.h | 166 HWC2::Error SetPreferredColorModeInternal(const std::string &mode_string, bool from_client,
|
D | hwc_display.cpp | 217 auto error = SetPreferredColorModeInternal(mode_string, false, NULL, NULL); in ApplyCurrentColorModeWithRenderIntent() 238 HWC2::Error HWCColorMode::SetPreferredColorModeInternal(const std::string &mode_string, in SetPreferredColorModeInternal() function in sdm::HWCColorMode 306 auto error = SetPreferredColorModeInternal(mode_string, true, &mode, &range); in SetColorModeFromClientApi()
|