Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/master/
DMtsHidlC2V1_0TargetMasterTest.cpp53 void displayComponentInfo(const std::vector<C2Component::Traits>& compList) { in displayComponentInfo() argument
54 for (size_t i = 0; i < compList.size(); i++) { in displayComponentInfo()
55 std::cout << compList[i].name << " | " << compList[i].domain; in displayComponentInfo()
56 std::cout << " | " << compList[i].kind << "\n"; in displayComponentInfo()