Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DDisplay.h62 compositionengine::Output::FrameFences presentFrame() override;
DOutput.h140 compositionengine::Output::FrameFences presentFrame() override;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DOutput.h126 MOCK_METHOD0(presentFrame, compositionengine::Output::FrameFences());
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp373 compositionengine::Output::FrameFences Display::presentFrame() { in presentFrame() function in android::compositionengine::impl::Display
374 auto fences = impl::Output::presentFrame(); in presentFrame()
DOutput.cpp1588 auto frame = presentFrame(); in presentFrameAndReleaseLayers()
1666 compositionengine::Output::FrameFences Output::presentFrame() { in presentFrame() function in android::compositionengine::impl::Output
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h316 virtual FrameFences presentFrame() = 0;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp3145 MOCK_METHOD(compositionengine::Output::FrameFences, presentFrame, ());
3188 EXPECT_CALL(mOutput, presentFrame()).Times(0); in TEST_F()
3199 EXPECT_CALL(mOutput, presentFrame()).Times(0); in TEST_F()
3218 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3241 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3259 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3284 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3329 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3366 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
3393 EXPECT_CALL(mOutput, presentFrame()).WillOnce(Return(frameFences)); in TEST_F()
[all …]
DDisplayTest.cpp879 auto result = gpuDisplay->presentFrame(); in TEST_F()
903 auto result = mDisplay->presentFrame(); in TEST_F()