Home
last modified time | relevance | path

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

12

/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes() function
100 if (!mDispatch.getReadbackBufferAttributes) { in getReadbackBufferAttributes()
107 mDispatch.getReadbackBufferAttributes(mDevice, display, &format, &dataspace); in getReadbackBufferAttributes()
268 &mDispatch.getReadbackBufferAttributes); in initDispatch()
286 HWC2_PFN_GET_READBACK_BUFFER_ATTRIBUTES getReadbackBufferAttributes; member
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayInterface.cpp58 int32_t ExynosDisplayInterface::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in ExynosDisplayInterface
DExynosDisplayInterface.h72 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
DExynosDisplayDrmInterface.h340 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp191 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
253 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
325 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
391 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
504 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
622 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
707 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
768 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
839 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
1008 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
[all …]
DVtsHalGraphicsComposerV2_2TargetTest.cpp66 mComposerClient->getRaw()->getReadbackBufferAttributes( in SetUp()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp129 void ComposerClient::getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat, in getReadbackBufferAttributes() function in android::hardware::graphics::composer::V2_2::vts::ComposerClient
131 mClient->getReadbackBufferAttributes( in getReadbackBufferAttributes()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h72 void getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat,
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h59 Return<void> getReadbackBufferAttributes( in getReadbackBufferAttributes() function
63 Error error = mHal->getReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes()
DComposerHal.h73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal139 * getReadbackBufferAttributes
175 getReadbackBufferAttributes(Display display)
194 * getReadbackBufferAttributes
220 * getReadbackBufferAttributes
234 * getReadbackBufferAttributes and is in the dataspace provided by the same.
257 * getReadbackBufferAttributes
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl58 …android.hardware.graphics.composer3.ReadbackBufferAttributes getReadbackBufferAttributes(long disp… in getReadbackBufferAttributes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DIComposerClient.aidl58 …android.hardware.graphics.composer3.ReadbackBufferAttributes getReadbackBufferAttributes(long disp… in getReadbackBufferAttributes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl64 …android.hardware.graphics.composer3.ReadbackBufferAttributes getReadbackBufferAttributes(long disp… in getReadbackBufferAttributes() method
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl64 …android.hardware.graphics.composer3.ReadbackBufferAttributes getReadbackBufferAttributes(long disp… in getReadbackBufferAttributes() method
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl454 ReadbackBufferAttributes getReadbackBufferAttributes(long display); in getReadbackBufferAttributes() method
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerHal.h61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() function
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h115 return getReadbackBufferAttributes( in getReadbackBufferAttributes_2_3()
423 using BaseType2_2::getReadbackBufferAttributes;
/hardware/google/graphics/common/hwc3/
DComposerClient.h102 ndk::ScopedAStatus getReadbackBufferAttributes(int64_t display,
DComposerClient.cpp283 ndk::ScopedAStatus ComposerClient::getReadbackBufferAttributes(int64_t display, in getReadbackBufferAttributes() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
286 auto err = mHal->getReadbackBufferAttributes(display, attrs); in getReadbackBufferAttributes()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp256 std::pair<ScopedAStatus, ReadbackBufferAttributes> VtsComposerClient::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient
259 return {mComposerClient->getReadbackBufferAttributes(display, &outReadbackBufferAttributes), in getReadbackBufferAttributes()
DVtsComposerClient.h118 std::pair<ScopedAStatus, ReadbackBufferAttributes> getReadbackBufferAttributes(int64_t display);
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h163 virtual int32_t getReadbackBufferAttributes(int64_t display,
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h91 int32_t getReadbackBufferAttributes(int64_t display,
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.h133 Return<void> getReadbackBufferAttributes(uint64_t display,

12