Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A 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
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A DComposerVts.cpp110 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 DComposerClient.h164 Return<void> getSupportedContentTypes( in getSupportedContentTypes() function
167 Error error = mHal->getSupportedContentTypes(display, &supportedContentTypes); in getSupportedContentTypes()
H A DComposerHal.h72 virtual Error getSupportedContentTypes(
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
H A DComposerVts.h91 Error getSupportedContentTypes(
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DVtsHalGraphicsComposerV2_4TargetTest.cpp632 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 DHWComposer.h225 virtual status_t getSupportedContentTypes(
359 status_t getSupportedContentTypes(PhysicalDisplayId, std::vector<hal::ContentType>*) override;
H A DHWC2.h144 [[clang::warn_unused_result]] virtual hal::Error getSupportedContentTypes(
208 hal::Error getSupportedContentTypes(
H A DComposerHal.h222 virtual V2_4::Error getSupportedContentTypes(
461 V2_4::Error getSupportedContentTypes(
H A DHWC2.cpp527 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 DHWComposer.cpp812 status_t HWComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::impl::HWComposer
816 mDisplayData[displayId].hwcDisplay->getSupportedContentTypes(outSupportedContentTypes); in getSupportedContentTypes()
H A DComposerHal.cpp1181 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 DMockHWComposer.h105 MOCK_METHOD2(getSupportedContentTypes,
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h86 MOCK_METHOD(hal::Error, getSupportedContentTypes, (std::vector<hal::ContentType> *),
H A DMockComposer.h131 MOCK_METHOD2(getSupportedContentTypes,
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerClient.hal296 getSupportedContentTypes(Display display)
311 * content type (ContentType::{GRAPHICS, PHOTO, CINEMA, GAME}) from getSupportedContentTypes.
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h242 V2_4::Error getSupportedContentTypes(
H A DFakeComposerClient.cpp772 V2_4::Error FakeComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in FakeComposerClient
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h210 Return<void> getSupportedContentTypes(uint64_t display,
H A DQtiComposerClient.cpp1143 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 DExynosDisplay.h994 int32_t getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes,
H A DExynosDisplay.cpp3698 int32_t ExynosDisplay::getSupportedContentTypes(uint32_t* __unused outNumSupportedContentTypes, in getSupportedContentTypes() function in ExynosDisplay
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp1185 …return exynosDisplay->getSupportedContentTypes(outNumSupportedContentTypes, outSupportedContentTyp… in exynos_GetSupportedContentTypes()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1080 getHwComposer().getSupportedContentTypes(displayId, &types); in getDynamicDisplayInfo()