Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h378 Error acceptDisplayChanges(Display display) override { in acceptDisplayChanges() function
379 int32_t err = mDispatch.acceptDisplayChanges(mDevice, display); in acceptDisplayChanges()
516 if (!initDispatch(HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES, &mDispatch.acceptDisplayChanges) || in initDispatch()
622 HWC2_PFN_ACCEPT_DISPLAY_CHANGES acceptDisplayChanges; member
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h108 virtual Error acceptDisplayChanges(Display display) = 0;
DComposerClient.h357 mHal->acceptDisplayChanges(display); in destroyResources()
DComposerCommandEngine.h319 auto err = mHal->acceptDisplayChanges(mCurrentDisplay); in executeAcceptDisplayChanges()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h277 void acceptDisplayChanges() { in acceptDisplayChanges() function
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp769 mWriter->acceptDisplayChanges(); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal848 * acceptDisplayChanges();