Home
last modified time | relevance | path

Searched refs:supportedContentTypes (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DVtsHalGraphicsComposerV2_4TargetTest.cpp630 std::vector<ContentType> supportedContentTypes; in TEST_P() local
632 mComposerClient->getSupportedContentTypes(mInvalidDisplayId, &supportedContentTypes); in TEST_P()
637 std::vector<ContentType> supportedContentTypes; in TEST_P() local
639 supportedContentTypes.clear(); in TEST_P()
641 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in TEST_P()
643 std::find(supportedContentTypes.begin(), supportedContentTypes.end(), in TEST_P()
644 ContentType::NONE) != supportedContentTypes.end(); in TEST_P()
685 std::vector<ContentType> supportedContentTypes; in Test_setContentType() local
687 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in Test_setContentType()
690 Test_setContentTypeForDisplay(display.get(), supportedContentTypes, contentType, in Test_setContentType()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerClient.h166 std::vector<IComposerClient::ContentType> supportedContentTypes; in getSupportedContentTypes() local
167 Error error = mHal->getSupportedContentTypes(display, &supportedContentTypes); in getSupportedContentTypes()
169 hidl_cb(error, supportedContentTypes); in getSupportedContentTypes()
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerClient.hal294 * @return supportedContentTypes is a list of supported content types.
297 generates(Error error, vec<ContentType> supportedContentTypes);