/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 183 Error getSupportedContentTypes( in getSupportedContentTypes() function 186 if (!mDispatch.getSupportedContentTypes) { in getSupportedContentTypes() 191 int32_t error = mDispatch.getSupportedContentTypes(mDevice, display, &count, nullptr); in getSupportedContentTypes() 198 error = mDispatch.getSupportedContentTypes( in getSupportedContentTypes() 321 &mDispatch.getSupportedContentTypes); in initDispatch() 379 HWC2_PFN_GET_SUPPORTED_CONTENT_TYPES getSupportedContentTypes; member
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 110 Error ComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient 113 mClient->getSupportedContentTypes( in getSupportedContentTypes()
|
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerClient.h | 164 Return<void> getSupportedContentTypes( in getSupportedContentTypes() function 167 Error error = mHal->getSupportedContentTypes(display, &supportedContentTypes); in getSupportedContentTypes()
|
D | ComposerHal.h | 72 virtual Error getSupportedContentTypes(
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 91 Error getSupportedContentTypes(
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 61 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 630 mComposerClient->getSupportedContentTypes(mInvalidDisplayId, &supportedContentTypes); in TEST_P() 634 TEST_P(GraphicsComposerHidlTest, getSupportedContentTypes) { in TEST_P() argument 639 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in TEST_P() 685 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in Test_setContentType()
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | IComposerClient.aidl | 529 ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerClient.h | 108 ndk::ScopedAStatus getSupportedContentTypes(int64_t display,
|
D | ComposerClient.cpp | 304 ndk::ScopedAStatus ComposerClient::getSupportedContentTypes(int64_t display, in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient 307 auto err = mHal->getSupportedContentTypes(display, types); in getSupportedContentTypes()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsComposerClient.cpp | 361 std::pair<ScopedAStatus, std::vector<ContentType>> VtsComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::vts::VtsComposerClient 364 return {mComposerClient->getSupportedContentTypes(display, &outContentTypes), outContentTypes}; in getSupportedContentTypes()
|
D | VtsComposerClient.h | 158 std::pair<ScopedAStatus, std::vector<ContentType>> getSupportedContentTypes(int64_t display);
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 106 mComposerClient->getSupportedContentTypes(display.getDisplayId()); in Test_setContentType() 746 const auto& [status, _] = mComposerClient->getSupportedContentTypes(getInvalidDisplayId()); in TEST_P() 755 mComposerClient->getSupportedContentTypes(display.getDisplayId()); in TEST_P()
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 294 getSupportedContentTypes(Display display) 309 * reported from getSupportedContentTypes.
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 169 virtual int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) = 0;
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 97 int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) override;
|
D | HalImpl.cpp | 713 int32_t HalImpl::getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) { in getSupportedContentTypes() function in aidl::android::hardware::graphics::composer3::impl::HalImpl 718 RET_IF_ERR(halDisplay->getSupportedContentTypes(&count, nullptr)); in getSupportedContentTypes() 721 RET_IF_ERR(halDisplay->getSupportedContentTypes(&count, hwcTypes.data())); in getSupportedContentTypes()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.h | 210 Return<void> getSupportedContentTypes(uint64_t display,
|
D | QtiComposerClient.cpp | 1144 Return<void> QtiComposerClient::getSupportedContentTypes(uint64_t display, in getSupportedContentTypes() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.h | 1139 int32_t getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes,
|
D | ExynosDisplay.cpp | 4494 int32_t ExynosDisplay::getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes, in getSupportedContentTypes() function in ExynosDisplay
|
/hardware/google/graphics/common/libhwc2.1/ |
D | ExynosHWC.cpp | 1204 …return exynosDisplay->getSupportedContentTypes(outNumSupportedContentTypes, outSupportedContentTyp… in exynos_GetSupportedContentTypes()
|