Home
last modified time | relevance | path

Searched refs:IsResolutionSwitchEnabled (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.cpp196 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
211 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
216 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
274 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
637 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h79 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_primary.cpp184 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
199 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
204 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
264 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
654 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h78 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_primary.cpp184 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
199 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
204 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
264 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
648 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h77 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_primary.cpp184 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
199 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
204 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
264 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
654 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h78 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_primary.cpp184 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
199 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
204 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
264 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
656 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h78 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_primary.cpp184 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
199 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
204 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
264 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
648 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
Dhw_primary.h77 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_device_drm.h146 bool IsResolutionSwitchEnabled() const { return resolution_switch_enabled_; } in IsResolutionSwitchEnabled() function
Dhw_device_drm.cpp683 if (IsResolutionSwitchEnabled()) { in GetActiveConfig()
692 if (IsResolutionSwitchEnabled()) { in GetNumDisplayAttributes()
708 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
722 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()
1482 if (IsResolutionSwitchEnabled()) { in SetMixerAttributes()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.h161 bool IsResolutionSwitchEnabled() const { return resolution_switch_enabled_; } in IsResolutionSwitchEnabled() function