Searched defs:activeId (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp653 int activeId = getActiveConfig(display); local
654 if (activeId < 0) {
659 *info = configs[static_cast<size_t>(activeId)];

Completed in 37 milliseconds