Home
last modified time | relevance | path

Searched refs:presentAndGetFrameFences (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp325 compositionengine::Output::FrameFences Display::presentAndGetFrameFences() { in presentAndGetFrameFences() function in android::compositionengine::impl::Display
326 auto fences = impl::Output::presentAndGetFrameFences(); in presentAndGetFrameFences()
H A DOutput.cpp1282 auto frame = presentAndGetFrameFences(); in postFramebuffer()
1348 compositionengine::Output::FrameFences Output::presentAndGetFrameFences() { in presentAndGetFrameFences() function in android::compositionengine::impl::Output
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplay.h55 compositionengine::Output::FrameFences presentAndGetFrameFences() override;
H A DOutput.h112 compositionengine::Output::FrameFences presentAndGetFrameFences() override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DOutput.h114 MOCK_METHOD0(presentAndGetFrameFences, compositionengine::Output::FrameFences());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DOutput.h295 virtual FrameFences presentAndGetFrameFences() = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp835 auto result = gpuDisplay->presentAndGetFrameFences(); in TEST_F()
859 auto result = mDisplay->presentAndGetFrameFences(); in TEST_F()
H A DOutputTest.cpp2820 MOCK_METHOD0(presentAndGetFrameFences, compositionengine::Output::FrameFences());
2876 EXPECT_CALL(mOutput, presentAndGetFrameFences()).WillOnce(Return(frameFences)); in TEST_F()
2899 EXPECT_CALL(mOutput, presentAndGetFrameFences()).WillOnce(Return(frameFences)); in TEST_F()
2931 EXPECT_CALL(mOutput, presentAndGetFrameFences()).WillOnce(Return(frameFences)); in TEST_F()
2967 EXPECT_CALL(mOutput, presentAndGetFrameFences()).WillOnce(Return(frameFences)); in TEST_F()