Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1351 uint32_t displayId = hostDisplayIdStart + idx; in populateSecondaryConfigs()
1360 if (displayId != hostDisplayIdStart + idx) { in populateSecondaryConfigs()
1362 "allocated %d", hostDisplayIdStart + idx, displayId); in populateSecondaryConfigs()
DEmuHWC2.h349 static const uint32_t hostDisplayIdStart = 6; variable