Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp613 auto fqInstanceNames = std::make_shared<hidl_vec<hidl_string>>(); in fetchBinderized() local
615 [fqInstanceNames](const auto& names) { *fqInstanceNames = names; }); in fetchBinderized()
624 for (const auto& fqInstanceName : *fqInstanceNames) { in fetchBinderized()