Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h258 virtual status_t getSupportedContentTypes(
263 return getSupportedContentTypes(displayId, &types) == NO_ERROR && in supportsContentType()
449 status_t getSupportedContentTypes(PhysicalDisplayId,
DHWC2.h175 [[nodiscard]] virtual hal::Error getSupportedContentTypes(
258 hal::Error getSupportedContentTypes(
DAidlComposerHal.h213 V2_4::Error getSupportedContentTypes(
DComposerHal.h268 virtual V2_4::Error getSupportedContentTypes(
DHWC2.cpp589 Error Display::getSupportedContentTypes(std::vector<ContentType>* outSupportedContentTypes) const { in getSupportedContentTypes() function in android::HWC2::impl::Display
591 auto intError = mComposer.getSupportedContentTypes(mId, &tmpSupportedContentTypes); in getSupportedContentTypes()
DHidlComposerHal.h316 V2_4::Error getSupportedContentTypes(
DHWComposer.cpp942 status_t HWComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::impl::HWComposer
946 const auto error = mDisplayData.at(displayId).hwcDisplay->getSupportedContentTypes( in getSupportedContentTypes()
DHidlComposerHal.cpp1306 V2_4::Error HidlComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::Hwc2::HidlComposer
1314 mClient_2_4->getSupportedContentTypes(displayId, in getSupportedContentTypes()
DAidlComposerHal.cpp1410 V2_4::Error AidlComposer::getSupportedContentTypes( in getSupportedContentTypes() function in android::Hwc2::AidlComposer
1414 mAidlComposerClient->getSupportedContentTypes(translate<int64_t>(displayId), &types); in getSupportedContentTypes()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h123 MOCK_METHOD(status_t, getSupportedContentTypes,
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h94 MOCK_METHOD(hal::Error, getSupportedContentTypes, (std::vector<hal::ContentType> *),
DMockComposer.h157 MOCK_METHOD2(getSupportedContentTypes,