Lines Matching refs:mHwcDisplayId
501 mHwcDisplayId = displayId; in setHwcDisplayId()
558 auto display = std::make_unique<HWC2Display>(*composer, *mCapabilities, mHwcDisplayId, in inject()
565 EXPECT_CALL(*composer, getDisplayConfigs(mHwcDisplayId, _)) in inject()
571 getDisplayAttribute(mHwcDisplayId, mActiveConfig, hal::Attribute::WIDTH, _)) in inject()
575 getDisplayAttribute(mHwcDisplayId, mActiveConfig, hal::Attribute::HEIGHT, in inject()
580 getDisplayAttribute(mHwcDisplayId, mActiveConfig, in inject()
586 getDisplayAttribute(mHwcDisplayId, mActiveConfig, hal::Attribute::DPI_X, _)) in inject()
590 getDisplayAttribute(mHwcDisplayId, mActiveConfig, hal::Attribute::DPI_Y, _)) in inject()
594 getDisplayAttribute(mHwcDisplayId, mActiveConfig, in inject()
602 flinger->mutableHwcPhysicalDisplayIdMap().emplace(mHwcDisplayId, *physicalId); in inject()
604 flinger->mutableInternalHwcDisplayId() = mHwcDisplayId; in inject()
609 if (!internalId) internalId = mHwcDisplayId - 1; in inject()
610 flinger->mutableExternalHwcDisplayId() = mHwcDisplayId; in inject()
620 hal::HWDisplayId mHwcDisplayId = DEFAULT_HWC_DISPLAY_ID; variable
641 mHwcDisplayId(hwcDisplayId) { in FakeDisplayDeviceInjector()
738 LOG_ALWAYS_FATAL_IF(!mHwcDisplayId); in inject()
739 state.physical = {.id = *physicalId, .type = *type, .hwcDisplayId = *mHwcDisplayId}; in inject()
763 const std::optional<hal::HWDisplayId> mHwcDisplayId; variable