Home
last modified time | relevance | path

Searched refs:validateDisplay (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp231 mWriter->validateDisplay(); in TEST_P()
302 mWriter->validateDisplay(); in TEST_P()
369 mWriter->validateDisplay(); in TEST_P()
438 mWriter->validateDisplay(); in TEST_P()
488 mWriter->validateDisplay(); in TEST_P()
583 mWriter->validateDisplay(); in TEST_P()
617 mWriter->validateDisplay(); in TEST_P()
675 mWriter->validateDisplay(); in TEST_P()
702 mWriter->validateDisplay(); in TEST_P()
753 mWriter->validateDisplay(); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal28 NOT_VALIDATED = 7, /* validateDisplay has not been called */
DIComposerClient.hal149 * Upon validateDisplay, the device may request a change from this
159 * next call to validateDisplay.
161 * Upon validateDisplay, the device may request a change from this
171 * CLIENT upon the next call to validateDisplay.
173 * Upon validateDisplay, the device may request a change from this
185 * Upon validateDisplay, the device may request a change from this
801 * validateDisplay after changing the target through this function.
838 * validateDisplay();
851 * validateDisplay call (which may be queried using
855 * layers, and then calling validateDisplay again.
[all …]
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp742 mWriter->validateDisplay(); in TEST_P()
751 mWriter->validateDisplay(); in TEST_P()
761 mWriter->validateDisplay(); in TEST_P()
805 mWriter->validateDisplay(); in TEST_P()
851 mWriter->validateDisplay(); in TEST_P()
863 mWriter->validateDisplay(); in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h327 Error validateDisplay(Display display, std::vector<Layer>* outChangedLayers, in validateDisplay() function
334 int32_t err = mDispatch.validateDisplay(mDevice, display, &typesCount, &reqsCount); in validateDisplay()
574 !initDispatch(HWC2_FUNCTION_VALIDATE_DISPLAY, &mDispatch.validateDisplay)) { in initDispatch()
664 HWC2_PFN_VALIDATE_DISPLAY validateDisplay; member
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h103 virtual Error validateDisplay(Display display, std::vector<Layer>* outChangedLayers,
DComposerClient.h354 mHal->validateDisplay(display, &changedLayers, &compositionTypes, in destroyResources()
DComposerCommandEngine.h156 auto err = mHal->validateDisplay(mCurrentDisplay, &changedLayers, &compositionTypes, in executeValidateDisplayInternal()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp419 mWriter->validateDisplay(); in sendRefreshFrame()
434 mWriter->validateDisplay(); in sendRefreshFrame()
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal199 * validateDisplay
231 * time of the next validateDisplay/presentDisplay cycle).
244 * This function must not be called between any call to validateDisplay and a
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h228 auto err = static_cast<Error>(BaseType2_1::validateDisplay( in validateDisplay_2_4()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h264 void validateDisplay() { in validateDisplay() function