Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h183 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/
DComposerVts.cpp110 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/
DComposerClient.h164 Return<void> getSupportedContentTypes( in getSupportedContentTypes() function
167 Error error = mHal->getSupportedContentTypes(display, &supportedContentTypes); in getSupportedContentTypes()
DComposerHal.h72 virtual Error getSupportedContentTypes(
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h91 Error getSupportedContentTypes(
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DIComposerClient.aidl61 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/
DIComposerClient.aidl61 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/
DIComposerClient.aidl67 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/
DIComposerClient.aidl67 android.hardware.graphics.composer3.ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp630 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/
DIComposerClient.aidl529 ContentType[] getSupportedContentTypes(long display); in getSupportedContentTypes() method
/hardware/google/graphics/common/hwc3/
DComposerClient.h108 ndk::ScopedAStatus getSupportedContentTypes(int64_t display,
DComposerClient.cpp304 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/
DVtsComposerClient.cpp361 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()
DVtsComposerClient.h158 std::pair<ScopedAStatus, std::vector<ContentType>> getSupportedContentTypes(int64_t display);
DVtsHalGraphicsComposer3_TargetTest.cpp106 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/
DIComposerClient.hal294 getSupportedContentTypes(Display display)
309 * reported from getSupportedContentTypes.
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h169 virtual int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h97 int32_t getSupportedContentTypes(int64_t display, std::vector<ContentType>* types) override;
DHalImpl.cpp713 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/
DQtiComposerClient.h210 Return<void> getSupportedContentTypes(uint64_t display,
DQtiComposerClient.cpp1144 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/
DExynosDisplay.h1139 int32_t getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes,
DExynosDisplay.cpp4494 int32_t ExynosDisplay::getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes, in getSupportedContentTypes() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp1204 …return exynosDisplay->getSupportedContentTypes(outNumSupportedContentTypes, outSupportedContentTyp… in exynos_GetSupportedContentTypes()