Home
last modified time | relevance | path

Searched refs:display_configs_ (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()
94 std::vector<DisplayConfigVariableInfo> display_configs_; variable
Dhw_primary.cpp224 display_configs_.push_back(config); in InitializeConfigs()
228 active_config_index_ = UINT32(display_configs_.size() - 1); in InitializeConfigs()
256 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()
271 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()
278 display_attributes->x_pixels = display_configs_.at(index).x_pixels; in GetDisplayAttributes()
279 display_attributes->y_pixels = display_configs_.at(index).y_pixels; in GetDisplayAttributes()
340 if (index >= display_configs_.size()) { in SetDisplayAttributes()