Home
last modified time | relevance | path

Searched refs:ListComponents (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/master/
DVtsHalMediaC2V1_0TargetMasterTest.cpp56 TEST_P(Codec2MasterHalTest, ListComponents) { in TEST_P() argument
63 const std::vector<C2Component::Traits> listTraits = mClient->ListComponents(); in TEST_P()
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp56 const std::vector<C2Component::Traits> listTraits = mClient->ListComponents(); in getSupportedComponentList()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h218 static std::vector<C2Component::Traits> const& ListComponents();
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp320 std::vector<Traits> traits = Codec2Client::ListComponents(); in buildMediaCodecList()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1102 std::vector<C2Component::Traits> const& Codec2Client::ListComponents() { in ListComponents() function in android::Codec2Client