Home
last modified time | relevance | path

Searched refs:clearReleaseFences (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h77 MOCK_METHOD1(clearReleaseFences, void(HalDisplayId));
DDisplayTest.cpp901 EXPECT_CALL(mHwComposer, clearReleaseFences(HalDisplayId(DEFAULT_DISPLAY_ID))).Times(1); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h187 virtual void clearReleaseFences(HalDisplayId) = 0;
390 void clearReleaseFences(HalDisplayId) override;
DHWComposer.cpp718 void HWComposer::clearReleaseFences(HalDisplayId displayId) { in clearReleaseFences() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp407 hwc.clearReleaseFences(*halDisplayIdOpt); in presentFrame()