Home
last modified time | relevance | path

Searched refs:getDisplayReadbackBuffer (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/resources/
DComposerResources.cpp47 Error ComposerResources::getDisplayReadbackBuffer(Display display, const native_handle_t* rawHandle, in getDisplayReadbackBuffer() function in android::hardware::graphics::composer::V2_2::hal::ComposerResources
/hardware/interfaces/graphics/composer/2.2/utils/resources/include/composer-resources/2.2/
DComposerResources.h63 Error getDisplayReadbackBuffer(Display display, const native_handle_t* rawHandle, in getDisplayReadbackBuffer() function
/hardware/google/graphics/common/hwc3/include/
DIResourceManager.h53 virtual int32_t getDisplayReadbackBuffer(int64_t display, const buffer_handle_t handle,
/hardware/google/graphics/common/hwc3/impl/
DResourceManager.h58 int32_t getDisplayReadbackBuffer(int64_t display, const buffer_handle_t handle,
DResourceManager.cpp164 int32_t ResourceManager::getDisplayReadbackBuffer(int64_t display, const buffer_handle_t handle, in getDisplayReadbackBuffer() function in aidl::android::hardware::graphics::composer3::impl::ResourceManager
172 Error hwcErr = mResources->getDisplayReadbackBuffer(hwcDisplay, handle, &outHandle, in getDisplayReadbackBuffer()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h93 error = resources->getDisplayReadbackBuffer(display, buffer.getNativeHandle(), in setReadbackBuffer()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h234 Error getDisplayReadbackBuffer(Display display, const native_handle_t* rawHandle,
DQtiComposerClient.cpp222 Error QtiComposerClient::getDisplayReadbackBuffer(Display display, in getDisplayReadbackBuffer() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
656 error = getDisplayReadbackBuffer(display, buffer.getNativeHandle(), &readbackBuffer); in setReadbackBuffer()
/hardware/google/graphics/common/hwc3/
DComposerClient.cpp432 auto err = mResources->getDisplayReadbackBuffer(display, buffer, in setReadbackBuffer()