Searched refs:hwConfigs (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp690 const Vector<HWComposer::DisplayConfig>& hwConfigs = local
692 for (size_t c = 0; c < hwConfigs.size(); ++c) {
693 const HWComposer::DisplayConfig& hwConfig = hwConfigs[c];
868 const Vector<HWComposer::DisplayConfig>& hwConfigs = getHwComposer().getConfigs(type); local
869 HWComposer::DisplayConfig desiredConfig = hwConfigs[getHwComposer().getCurrentConfig(type)];
871 for (size_t c = 0; c < hwConfigs.size(); ++c) {
872 const HWComposer::DisplayConfig config = hwConfigs[c];

Completed in 42 milliseconds