Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/vts/functional/master/
DVtsHalMediaC2V1_0TargetMasterTest.cpp61 TEST_F(Codec2MasterHalTest, ListComponents) { in TEST_F() argument
69 mClient->ListComponents(); in TEST_F()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h195 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.cpp948 std::vector<C2Component::Traits> const& Codec2Client::ListComponents() { in ListComponents() function in android::Codec2Client