Searched refs:Compositor (Results 1 – 2 of 2) sorted by relevance
40 mCompositor = std::make_unique<Compositor>(mPhysicalDisplayId, mFlinger); in SetUp()71 struct Compositor final : ICompositor { struct in android::NotifyExpectedPresentTest72 explicit Compositor(PhysicalDisplayId displayId, TestableSurfaceFlinger& surfaceFlinger) in Compositor() function119 std::unique_ptr<Compositor> mCompositor;
475 struct Compositor final : ICompositor { in TEST_F() struct476 explicit Compositor(TestableScheduler& scheduler) : scheduler(scheduler) {} in TEST_F() argument