Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp156 bool interfaceMatch = matrixInstance.interface() == interface; in splitInstance() local
164 bool match = interfaceMatch && instanceMatch; in splitInstance()