Home
last modified time | relevance | path

Searched refs:outSupportedContentTypes (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp111 Display display, std::vector<IComposerClient::ContentType>* outSupportedContentTypes) { in getSupportedContentTypes() argument
116 *outSupportedContentTypes = tmpSupportedContentTypes; in getSupportedContentTypes()
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h185 std::vector<IComposerClient::ContentType>* outSupportedContentTypes) override { in getSupportedContentTypes() argument
196 outSupportedContentTypes->resize(count); in getSupportedContentTypes()
201 outSupportedContentTypes->data())); in getSupportedContentTypes()
203 *outSupportedContentTypes = std::vector<IComposerClient::ContentType>(); in getSupportedContentTypes()
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DComposerVts.h92 Display display, std::vector<IComposerClient::ContentType>* outSupportedContentTypes);
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerHal.h74 std::vector<IComposerClient::ContentType>* outSupportedContentTypes) = 0;
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.h170 uint32_t* outNumSupportedContentTypes, uint32_t* outSupportedContentTypes);
DExynosHWC.cpp1197 uint32_t* outNumSupportedContentTypes, uint32_t* outSupportedContentTypes) in exynos_GetSupportedContentTypes() argument
1204 …urn exynosDisplay->getSupportedContentTypes(outNumSupportedContentTypes, outSupportedContentTypes); in exynos_GetSupportedContentTypes()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h3026 …hwc2_display_t display, uint32_t* outNumSupportedContentTypes, uint32_t* outSupportedContentTypes);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h3026 …hwc2_display_t display, uint32_t* outNumSupportedContentTypes, uint32_t* outSupportedContentTypes);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1140 uint32_t* __unused outSupportedContentTypes);
DExynosDisplay.cpp4495 uint32_t* __unused outSupportedContentTypes) in getSupportedContentTypes() argument
4497 if (outSupportedContentTypes == NULL) in getSupportedContentTypes()