Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h64 MOCK_METHOD2(presentAndGetReleaseFences,
DDisplayTest.cpp891 EXPECT_CALL(mHwComposer, presentAndGetReleaseFences(HalDisplayId(DEFAULT_DISPLAY_ID), _)) in TEST_F()
1068 EXPECT_CALL(mHwComposer, presentAndGetReleaseFences(_, _)); in TEST_F()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h159 virtual status_t presentAndGetReleaseFences(
362 status_t presentAndGetReleaseFences(
DHWComposer.cpp568 status_t HWComposer::presentAndGetReleaseFences( in presentAndGetReleaseFences() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp389 hwc.presentAndGetReleaseFences(*halDisplayIdOpt, getState().earliestPresentTime); in presentFrame()