/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcHal.h | 98 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/ |
D | ExynosDisplayInterface.cpp | 58 int32_t ExynosDisplayInterface::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in ExynosDisplayInterface
|
D | ExynosDisplayInterface.h | 72 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
D | ExynosDisplayDrmInterface.h | 340 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 191 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 …]
|
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 66 mComposerClient->getRaw()->getReadbackBufferAttributes( in SetUp()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 129 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/ |
D | ComposerVts.h | 72 void getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat,
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 59 Return<void> getReadbackBufferAttributes( in getReadbackBufferAttributes() function 63 Error error = mHal->getReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes()
|
D | ComposerHal.h | 73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 139 * 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/ |
D | IComposerClient.aidl | 58 …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/ |
D | IComposerClient.aidl | 58 …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/ |
D | IComposerClient.aidl | 64 …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/ |
D | IComposerClient.aidl | 64 …android.hardware.graphics.composer3.ReadbackBufferAttributes getReadbackBufferAttributes(long disp… in getReadbackBufferAttributes() method
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 454 ReadbackBufferAttributes getReadbackBufferAttributes(long display); in getReadbackBufferAttributes() method
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerHal.h | 61 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/ |
D | HwcHal.h | 115 return getReadbackBufferAttributes( in getReadbackBufferAttributes_2_3() 423 using BaseType2_2::getReadbackBufferAttributes;
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 102 ndk::ScopedAStatus getReadbackBufferAttributes(int64_t display,
|
D | ComposerClient.cpp | 283 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/ |
D | VtsComposerClient.cpp | 256 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()
|
D | VtsComposerClient.h | 118 std::pair<ScopedAStatus, ReadbackBufferAttributes> getReadbackBufferAttributes(int64_t display);
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 163 virtual int32_t getReadbackBufferAttributes(int64_t display,
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 91 int32_t getReadbackBufferAttributes(int64_t display,
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 133 Return<void> getReadbackBufferAttributes(uint64_t display,
|