Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp213 std::string fqInstanceName = entry.interfaceName; in dumpVintf() local
217 replaceAll(&fqInstanceName, '*', 'D'); in dumpVintf()
219 auto splittedFqInstanceName = splitFirst(fqInstanceName, '/'); in dumpVintf()
297 mErr << "Warning: cannot add hal '" << fqInstanceName << "'" << std::endl; in dumpVintf()
490 for (const auto &fqInstanceName : fqInstanceNames) { in fetchBinderized() local
491 const auto pair = splitFirst(fqInstanceName, '/'); in fetchBinderized()
496 mErr << "Warning: Skipping \"" << fqInstanceName << "\": " in fetchBinderized()
504 mErr << "Warning: Skipping \"" << fqInstanceName << "\": " in fetchBinderized()
511 allDebugInfos[fqInstanceName] = debugInfo; in fetchBinderized()
517 mErr << "Warning: Skipping \"" << fqInstanceName << "\": " in fetchBinderized()
[all …]
/frameworks/native/cmds/atrace/
Datrace.cpp533 string fqInstanceName = interfaces[i]; in pokeHalServices() local
534 string::size_type n = fqInstanceName.find("/"); in pokeHalServices()
537 hidl_string fqInterfaceName = fqInstanceName.substr(0, n); in pokeHalServices()
538 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos); in pokeHalServices()