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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp1472 int32_t hwcDisplayId = -1; local
1492 hwcDisplayId = allocateHwcDisplayId(state.type);
1496 *mHwc, hwcDisplayId, state.surface,
1507 hwcDisplayId = allocateHwcDisplayId(state.type);
1518 state.type, hwcDisplayId,
1519 mHwc->getFormat(hwcDisplayId), state.isSecure,
1528 if (hwcDisplayId >= 0) {
1529 mHwc->setVirtualDisplayProperties(hwcDisplayId,

Completed in 76 milliseconds