Searched refs:presentFrame (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Display.h | 62 compositionengine::Output::FrameFences presentFrame() override;
|
D | Output.h | 140 compositionengine::Output::FrameFences presentFrame() override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 126 MOCK_METHOD0(presentFrame, compositionengine::Output::FrameFences());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 373 compositionengine::Output::FrameFences Display::presentFrame() { in presentFrame() function in android::compositionengine::impl::Display 374 auto fences = impl::Output::presentFrame(); in presentFrame()
|
D | Output.cpp | 1588 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/ |
D | Output.h | 316 virtual FrameFences presentFrame() = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 3145 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 …]
|
D | DisplayTest.cpp | 879 auto result = gpuDisplay->presentFrame(); in TEST_F() 903 auto result = mDisplay->presentFrame(); in TEST_F()
|