Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/master/
DMtsHidlC2V1_0TargetMasterTest.cpp61 TEST_F(Codec2MasterHalTest, ListComponents) { in TEST_F() argument
69 mClient->ListComponents(); in TEST_F()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h215 static const std::vector<C2Component::Traits>& ListComponents();
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp353 std::vector<Traits> traits = Codec2Client::ListComponents(); in buildMediaCodecList()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp761 const std::vector<C2Component::Traits>& Codec2Client::ListComponents() { in ListComponents() function in android::Codec2Client