Searched refs:fqInstanceName (Results 1 – 2 of 2) sorted by relevance
213 std::string fqInstanceName = entry.interfaceName; in dumpVintf() local217 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() local491 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 …]
533 string fqInstanceName = interfaces[i]; in pokeHalServices() local534 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()