/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
H A 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
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
H A D | ComposerVts.cpp | 110 Error ComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in android::hardware::graphics::composer::V2_4::vts::ComposerClient 113 mClient->getSupportedContentTypes( in getSupportedContentTypes()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
H A D | ComposerClient.h | 164 Return<void> getSupportedContentTypes( in getSupportedContentTypes() function 167 Error error = mHal->getSupportedContentTypes(display, &supportedContentTypes); in getSupportedContentTypes()
|
H A D | ComposerHal.h | 72 virtual Error getSupportedContentTypes(
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
H A D | ComposerVts.h | 91 Error getSupportedContentTypes(
|
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 632 mComposerClient->getSupportedContentTypes(mInvalidDisplayId, &supportedContentTypes); in TEST_P() 636 TEST_P(GraphicsComposerHidlTest, getSupportedContentTypes) { in TEST_P() argument 641 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in TEST_P() 687 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in Test_setContentType()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.h | 225 virtual status_t getSupportedContentTypes( 359 status_t getSupportedContentTypes(PhysicalDisplayId, std::vector<hal::ContentType>*) override;
|
H A D | HWC2.h | 144 [[clang::warn_unused_result]] virtual hal::Error getSupportedContentTypes( 208 hal::Error getSupportedContentTypes(
|
H A D | ComposerHal.h | 222 virtual V2_4::Error getSupportedContentTypes( 461 V2_4::Error getSupportedContentTypes(
|
H A D | HWC2.cpp | 527 Error Display::getSupportedContentTypes(std::vector<ContentType>* outSupportedContentTypes) const { in getSupportedContentTypes() function in android::HWC2::impl::Display 529 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
|
H A D | HWComposer.cpp | 812 status_t HWComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::impl::HWComposer 816 mDisplayData[displayId].hwcDisplay->getSupportedContentTypes(outSupportedContentTypes); in getSupportedContentTypes()
|
H A D | ComposerHal.cpp | 1181 V2_4::Error Composer::getSupportedContentTypes( in getSupportedContentTypes() function in android::Hwc2::impl::Composer 1189 mClient_2_4->getSupportedContentTypes(displayId, in getSupportedContentTypes()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | MockHWComposer.h | 105 MOCK_METHOD2(getSupportedContentTypes,
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockHWC2.h | 86 MOCK_METHOD(hal::Error, getSupportedContentTypes, (std::vector<hal::ContentType> *),
|
H A D | MockComposer.h | 131 MOCK_METHOD2(getSupportedContentTypes,
|
/aosp12/hardware/interfaces/graphics/composer/2.4/ |
H A D | IComposerClient.hal | 296 getSupportedContentTypes(Display display) 311 * content type (ContentType::{GRAPHICS, PHOTO, CINEMA, GAME}) from getSupportedContentTypes.
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 242 V2_4::Error getSupportedContentTypes(
|
H A D | FakeComposerClient.cpp | 772 V2_4::Error FakeComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in FakeComposerClient
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 210 Return<void> getSupportedContentTypes(uint64_t display,
|
H A D | QtiComposerClient.cpp | 1143 Return<void> QtiComposerClient::getSupportedContentTypes(uint64_t display, in getSupportedContentTypes() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDisplay.h | 994 int32_t getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes,
|
H A D | ExynosDisplay.cpp | 3698 int32_t ExynosDisplay::getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes, in getSupportedContentTypes() function in ExynosDisplay
|
/aosp12/hardware/google/graphics/common/libhwc2.1/ |
H A D | ExynosHWC.cpp | 1185 …return exynosDisplay->getSupportedContentTypes(outNumSupportedContentTypes, outSupportedContentTyp… in exynos_GetSupportedContentTypes()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 1080 getHwComposer().getSupportedContentTypes(displayId, &types); in getDynamicDisplayInfo()
|