Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_primary.h85 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled() function
Dhw_primary.cpp256 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
271 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
276 if (IsResolutionSwitchEnabled()) { in GetDisplayAttributes()
336 if (!IsResolutionSwitchEnabled()) { in SetDisplayAttributes()