Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp824 FqInstance existingFqInstance; in hasPassthroughEntry() local
825 if (!existingFqInstance.setTo(getPackageAndVersion(existing.interfaceName))) { in hasPassthroughEntry()
831 if (entryFqInstance.getPackage() == existingFqInstance.getPackage() && in hasPassthroughEntry()
833 .minorAtLeast(vintf::Version{existingFqInstance.getVersion()})) { in hasPassthroughEntry()