Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp306 std::string fqInstanceName = entry.interfaceName; in dumpVintf() local
310 replaceAll(&fqInstanceName, '*', 'D'); in dumpVintf()
312 auto splittedFqInstanceName = splitFirst(fqInstanceName, '/'); in dumpVintf()
327 err() << "Warning: Cannot guess the partition of instance " << fqInstanceName in dumpVintf()
401 err() << "Warning: cannot add hal '" << fqInstanceName << "'" << std::endl; in dumpVintf()
574 for (const auto &fqInstanceName : fqInstanceNames) { in fetchBinderized() local
576 TableEntry& entry = allTableEntries[fqInstanceName]; in fetchBinderized()
577 entry.interfaceName = fqInstanceName; in fetchBinderized()
/frameworks/native/cmds/atrace/
Datrace.cpp576 string fqInstanceName = interfaces[i]; in pokeHalServices() local
577 string::size_type n = fqInstanceName.find('/'); in pokeHalServices()
580 hidl_string fqInterfaceName = fqInstanceName.substr(0, n); in pokeHalServices()
581 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos); in pokeHalServices()