Lines Matching refs:displayId
859 p2->displayId = mHostDisplayId; in present()
1351 uint32_t displayId = hostDisplayIdStart + idx; in populateSecondaryConfigs() local
1355 rcEnc->rcDestroyDisplay(rcEnc, displayId); in populateSecondaryConfigs()
1356 rcEnc->rcCreateDisplay(rcEnc, &displayId); in populateSecondaryConfigs()
1357 rcEnc->rcSetDisplayPose(rcEnc, displayId, -1, -1, width, height); in populateSecondaryConfigs()
1360 if (displayId != hostDisplayIdStart + idx) { in populateSecondaryConfigs()
1362 "allocated %d", hostDisplayIdStart + idx, displayId); in populateSecondaryConfigs()
1364 mHostDisplayId = displayId; in populateSecondaryConfigs()
1717 hwc2_display_t displayId, hwc2_layer_t layerId) { in getLayer() argument
1718 auto display = getDisplay(displayId); in getLayer()
1720 ALOGE("%s: Fail to find display %d", __FUNCTION__, (uint32_t)displayId); in getLayer()
1731 if (layer->getDisplay().getId() != displayId) { in getLayer()
1733 (uint32_t)layerId, (uint32_t)displayId); in getLayer()