Searched refs:c2comp (Results 1 - 1 of 1) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponentStore.cpp394 std::shared_ptr<C2Component> c2comp = i->second.lock(); local
395 if (!c2comp) {
401 activeComps.emplace_back(c2comp);
411 for (const std::shared_ptr<C2Component>& c2comp : activeComps) {
412 dump(out, c2comp) << std::endl;

Completed in 52 milliseconds