Home
last modified time | relevance | path

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

/hardware/google/av/codec2/1.0/mts/master/
DMtsHalC2V1_0TargetMasterTest.cpp67 TEST_F(Codec2MasterHalTest, ListComponents) { in TEST_F() argument
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h215 static const std::vector<C2Component::Traits>& ListComponents();
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp83 std::vector<Traits> traits = Codec2Client::ListComponents(); in buildMediaCodecList()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp718 const std::vector<C2Component::Traits>& Codec2Client::ListComponents() { in ListComponents() function in android::Codec2Client