Lines Matching refs:Base
566 using Base = DisplayVariant<GpuVirtualDisplayIdType, width, height, Async::TRUE, secure,
578 .setId(Base::DISPLAY_ID::get())
579 .setPixels(Base::RESOLUTION)
580 .setIsSecure(static_cast<bool>(Base::SECURE))
600 Base::setupNativeWindowSurfaceCreationCallExpectations(test);
616 using Base = DisplayVariant<HalVirtualDisplayIdType<42>, width, height, Async::TRUE, secure,
625 const auto displayId = Base::DISPLAY_ID::get();
628 .setPixels(Base::RESOLUTION)
629 .setIsSecure(static_cast<bool>(Base::SECURE))
646 Base::setupNativeWindowSurfaceCreationCallExpectations(test);
651 EXPECT_CALL(*test->mComposer, createVirtualDisplay(Base::WIDTH, Base::HEIGHT, _, _))