Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp141 bool instanceMatch = false; in splitInstance() local
143 instanceMatch = (matrixInstance.regexPattern() == instanceOrPattern); in splitInstance()
145 instanceMatch = (matrixInstance.exactInstance() == instanceOrPattern); in splitInstance()
148 bool match = interfaceMatch && instanceMatch; in splitInstance()