Searched defs:GetValueOfModeAttribute (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_base.cpp761 GetValueOfModeAttribute(it_mode->second, kDynamicRangeAttribute, &dynamic_range);
838 DisplayError DisplayBase::GetValueOfModeAttribute(const AttrVal &attr,const std::string &type, function in class:sdm::DisplayBase
873 GetValueOfModeAttribute(it_mode->second, kColorGamutAttribute, &cur_color_gamut);
874 GetValueOfModeAttribute(it_mode->second, kPictureQualityAttribute, &cur_pic_quality);
880 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);
881 GetValueOfModeAttribute(it_hdr.second, kColorGamutAttribute, &color_gamut);
882 GetValueOfModeAttribute(it_hdr.second, kPictureQualityAttribute, &pic_quality);
896 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_base.cpp743 GetValueOfModeAttribute(it_mode->second, kDynamicRangeAttribute, &dynamic_range);
820 DisplayError DisplayBase::GetValueOfModeAttribute(const AttrVal &attr,const std::string &type, function in class:sdm::DisplayBase
855 GetValueOfModeAttribute(it_mode->second, kColorGamutAttribute, &cur_color_gamut);
856 GetValueOfModeAttribute(it_mode->second, kPictureQualityAttribute, &cur_pic_quality);
862 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);
863 GetValueOfModeAttribute(it_hdr.second, kColorGamutAttribute, &color_gamut);
864 GetValueOfModeAttribute(it_hdr.second, kPictureQualityAttribute, &pic_quality);
878 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.cpp759 GetValueOfModeAttribute(it_mode->second, kDynamicRangeAttribute, &dynamic_range);
840 DisplayError DisplayBase::GetValueOfModeAttribute(const AttrVal &attr, const std::string &type, function in class:sdm::DisplayBase
875 GetValueOfModeAttribute(it_mode->second, kColorGamutAttribute, &cur_color_gamut);
876 GetValueOfModeAttribute(it_mode->second, kPictureQualityAttribute, &cur_pic_quality);
882 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);
883 GetValueOfModeAttribute(it_hdr.second, kColorGamutAttribute, &color_gamut);
884 GetValueOfModeAttribute(it_hdr.second, kPictureQualityAttribute, &pic_quality);
898 GetValueOfModeAttribute(it_hdr.second, kDynamicRangeAttribute, &dynamic_range);

Completed in 88 milliseconds