Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp628 std::vector<ContentType> supportedContentTypes; in TEST_P() local
630 mComposerClient->getSupportedContentTypes(mInvalidDisplayId, &supportedContentTypes); in TEST_P()
635 std::vector<ContentType> supportedContentTypes; in TEST_P() local
637 supportedContentTypes.clear(); in TEST_P()
639 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in TEST_P()
641 std::find(supportedContentTypes.begin(), supportedContentTypes.end(), in TEST_P()
642 ContentType::NONE) != supportedContentTypes.end(); in TEST_P()
683 std::vector<ContentType> supportedContentTypes; in Test_setContentType() local
685 mComposerClient->getSupportedContentTypes(display.get(), &supportedContentTypes); in Test_setContentType()
688 Test_setContentTypeForDisplay(display.get(), supportedContentTypes, contentType, in Test_setContentType()
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
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()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp83 const std::vector<ContentType>& supportedContentTypes, in Test_setContentTypeForDisplay() argument
86 std::find(supportedContentTypes.begin(), supportedContentTypes.end(), in Test_setContentTypeForDisplay()
87 contentType) != supportedContentTypes.end(); in Test_setContentTypeForDisplay()
105 const auto& [status, supportedContentTypes] = in Test_setContentType()
108 Test_setContentTypeForDisplay(display.getDisplayId(), supportedContentTypes, in Test_setContentType()
754 const auto& [status, supportedContentTypes] = in TEST_P()
759 std::find(supportedContentTypes.begin(), supportedContentTypes.end(), in TEST_P()
760 ContentType::NONE) != supportedContentTypes.end(); in TEST_P()
/hardware/interfaces/graphics/composer/2.4/
DIComposerClient.hal292 * @return supportedContentTypes is a list of supported content types.
295 generates(Error error, vec<ContentType> supportedContentTypes);