Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.h98 HWC3::Error getReadbackBufferAttributes(ReadbackBufferAttributes* attrs);
DComposerClient.h81 ndk::ScopedAStatus getReadbackBufferAttributes(int64_t displayId,
DComposerClient.cpp398 ndk::ScopedAStatus ComposerClient::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
404 return ToBinderStatus(display->getReadbackBufferAttributes(outAttributes)); in getReadbackBufferAttributes()
DDisplay.cpp387 HWC3::Error Display::getReadbackBufferAttributes(ReadbackBufferAttributes* outAttributes) { in getReadbackBufferAttributes() function in aidl::android::hardware::graphics::composer3::impl::Display