Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h94 MOCK_CONST_METHOD1(getSupportedContentTypes, hal::Error(std::vector<hal::ContentType>*));
DMockComposer.h135 MOCK_METHOD2(getSupportedContentTypes,
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h100 MOCK_METHOD2(getSupportedContentTypes, status_t(DisplayId, std::vector<hal::ContentType>*));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h209 virtual status_t getSupportedContentTypes(
349 status_t getSupportedContentTypes(DisplayId displayId, std::vector<hal::ContentType>*) override;
DHWC2.h234 [[clang::warn_unused_result]] virtual hal::Error getSupportedContentTypes(
307 hal::Error getSupportedContentTypes(
DComposerHal.h233 virtual V2_4::Error getSupportedContentTypes(
479 V2_4::Error getSupportedContentTypes(
DHWComposer.cpp835 status_t HWComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::impl::HWComposer
839 mDisplayData[displayId].hwcDisplay->getSupportedContentTypes(outSupportedContentTypes); in getSupportedContentTypes()
DHWC2.cpp661 Error Display::getSupportedContentTypes(std::vector<ContentType>* outSupportedContentTypes) const { in getSupportedContentTypes() function in android::HWC2::impl::Display
663 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
DComposerHal.cpp1297 V2_4::Error Composer::getSupportedContentTypes( in getSupportedContentTypes() function in android::Hwc2::impl::Composer
1305 mClient_2_4->getSupportedContentTypes(displayId, in getSupportedContentTypes()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.h242 V2_4::Error getSupportedContentTypes(
DFakeComposerClient.cpp772 V2_4::Error FakeComposerClient::getSupportedContentTypes( in getSupportedContentTypes() function in FakeComposerClient
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1289 getHwComposer().getSupportedContentTypes(*displayId, &types); in getGameContentTypeSupport()