Searched refs:ListComponents (Results 1 – 5 of 5) sorted by relevance
56 TEST_P(Codec2MasterHalTest, ListComponents) { in TEST_P() argument63 const std::vector<C2Component::Traits> listTraits = mClient->ListComponents(); in TEST_P()
56 const std::vector<C2Component::Traits> listTraits = mClient->ListComponents(); in getSupportedComponentList()
218 static std::vector<C2Component::Traits> const& ListComponents();
320 std::vector<Traits> traits = Codec2Client::ListComponents(); in buildMediaCodecList()
1102 std::vector<C2Component::Traits> const& Codec2Client::ListComponents() { in ListComponents() function in android::Codec2Client