Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp779 FqInstance existingFqInstance; in hasPassthroughEntry() local
780 if (!existingFqInstance.setTo(getPackageAndVersion(existing.interfaceName))) { in hasPassthroughEntry()
786 if (entryFqInstance.getPackage() == existingFqInstance.getPackage() && in hasPassthroughEntry()
788 .minorAtLeast(vintf::Version{existingFqInstance.getVersion()})) { in hasPassthroughEntry()