Home
last modified time | relevance | path

Searched refs:presentDisplay (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockComposer.h82 MOCK_METHOD2(presentDisplay, Error(Display, int*));
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.h102 Error presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers,
DFakeComposerClient.cpp377 Error FakeComposerClient::presentDisplay(Display /*display*/, int32_t* /*outPresentFence*/, in presentDisplay() function in FakeComposerClient
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h126 virtual Error presentDisplay(Display display, int* outPresentFence) = 0;
341 Error presentDisplay(Display display, int* outPresentFence) override;
DComposerHal.cpp541 Error Composer::presentDisplay(Display display, int* outPresentFence) in presentDisplay() function in android::Hwc2::impl::Composer
544 mWriter.presentDisplay(); in presentDisplay()
DHWC2.cpp587 auto intError = mComposer.presentDisplay(mId, &presentFenceFd); in present()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h258 Error presentDisplay(Display display, int32_t* outPresentFence,
Dvr_hwc.cpp614 Error VrHwc::presentDisplay(Display display, int32_t* outPresentFence, in presentDisplay() function in android::dvr::VrHwc
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp827 void presentDisplay(hwc2_display_t display, int32_t* outPresentFence, in presentDisplay() function in Hwc2Test
1766 EXPECT_NO_FATAL_FAILURE(presentDisplay(display, in presentDisplays()
1866 EXPECT_NO_FATAL_FAILURE(presentDisplay(display, in createAndPresentVirtualDisplay()
4212 ASSERT_NO_FATAL_FAILURE(presentDisplay(display, &presentFence, &err)); in TEST_F()
4233 ASSERT_NO_FATAL_FAILURE(test->presentDisplay(display, in TEST_F()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp351 HWC::Error error = composer_->presentDisplay(display, &present_fence); in Present()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp312 EXPECT_CALL(*test->mComposer, presentDisplay(HWC_DISPLAY, _)).Times(1); in setupCommonCompositionCallExpectations()