Home
last modified time | relevance | path

Searched refs:executeValidateDisplayInternal (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerCommandEngine.h52 V2_1::Error executeValidateDisplayInternal() override { in executeValidateDisplayInternal() function
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h149 virtual Error executeValidateDisplayInternal() { in executeValidateDisplayInternal() function
277 executeValidateDisplayInternal(); in executeValidateDisplay()
303 auto err = executeValidateDisplayInternal(); in executePresentOrValidateDisplay()
/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.h99 int32_t executeValidateDisplayInternal(int64_t display);
DComposerCommandEngine.cpp174 int32_t ComposerCommandEngine::executeValidateDisplayInternal(int64_t display) { in executeValidateDisplayInternal() function in aidl::android::hardware::graphics::composer3::impl::ComposerCommandEngine
262 executeValidateDisplayInternal(display); in executeValidateDisplay()
287 auto validateErr = executeValidateDisplayInternal(display); in executePresentOrValidateDisplay()