Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/default/
DHwc.h115 Error presentDisplay(Display display, int32_t* outPresentFence,
187 HWC2_PFN_PRESENT_DISPLAY presentDisplay; member
DComposerBase.h89 virtual Error presentDisplay(Display display, int32_t* outPresentFence,
DHwc.cpp138 initDispatch(HWC2_FUNCTION_PRESENT_DISPLAY, &mDispatch.presentDisplay); in initDispatch()
588 Error HwcHal::presentDisplay(Display display, int32_t* outPresentFence, in presentDisplay() function in android::hardware::graphics::composer::V2_1::implementation::HwcHal
592 int32_t err = mDispatch.presentDisplay(mDevice, display, outPresentFence); in presentDisplay()
DComposerClient.cpp189 mHal.presentDisplay(dpy.first, &presentFence, &releasedLayers, &releaseFences); in ~ComposerClient()
754 auto err = mHal.presentDisplay(mDisplay, &presentFence, &layers, &fences); in parsePresentOrValidateDisplay()
808 auto err = mHal.presentDisplay(mDisplay, &presentFence, &layers, &fences); in parsePresentDisplay()
DIComposerCommandBuffer.h311 void presentDisplay() in presentDisplay() function
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp579 mWriter->presentDisplay(); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal864 * presentDisplay();
887 * any time between presentDisplay and any subsequent validateDisplay
912 * validateDisplay before calling presentDisplay unless new state needs to
938 * calling presentDisplay.