Home
last modified time | relevance | path

Searched refs:IsUnderscanSupported (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_virtual.cpp115 bool DisplayVirtual::IsUnderscanSupported() { in IsUnderscanSupported() function in sdm::DisplayVirtual
117 return DisplayBase::IsUnderscanSupported(); in IsUnderscanSupported()
Ddisplay_virtual.h61 virtual bool IsUnderscanSupported();
Ddisplay_primary.h60 virtual bool IsUnderscanSupported();
Ddisplay_hdmi.h62 virtual bool IsUnderscanSupported();
Ddisplay_primary.cpp156 bool DisplayPrimary::IsUnderscanSupported() { in IsUnderscanSupported() function in sdm::DisplayPrimary
158 return DisplayBase::IsUnderscanSupported(); in IsUnderscanSupported()
Ddisplay_base.h66 virtual bool IsUnderscanSupported();
Ddisplay_hdmi.cpp192 bool DisplayHDMI::IsUnderscanSupported() { in IsUnderscanSupported() function in sdm::DisplayHDMI
194 return DisplayBase::IsUnderscanSupported(); in IsUnderscanSupported()
Ddisplay_base.cpp368 bool DisplayBase::IsUnderscanSupported() { in IsUnderscanSupported() function in sdm::DisplayBase
/hardware/qcom/display/msm8996/sdm/include/core/
Ddisplay_interface.h369 virtual bool IsUnderscanSupported() = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp134 if (display_intf_->IsUnderscanSupported()) { in ApplyScanAdjustment()