Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp214 for (const std::shared_ptr<const C2Component::Traits> &c2trait : c2traits) { in listComponents() local
215 if (c2trait) { in listComponents()
216 objcpy(&traits[ix++], *c2trait); in listComponents()