Searched refs:presentAndGetReleaseFences (Results 1 – 4 of 4) sorted by relevance
47 MOCK_METHOD1(presentAndGetReleaseFences, status_t(DisplayId));
82 virtual status_t presentAndGetReleaseFences(DisplayId displayId) = 0;220 status_t presentAndGetReleaseFences(DisplayId displayId) override;
560 status_t HWComposer::presentAndGetReleaseFences(DisplayId displayId) { in presentAndGetReleaseFences() function in android::impl::HWComposer
2444 getHwComposer().presentAndGetReleaseFences(*displayId); in postFramebuffer()