Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp294 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion()
334 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
DRuntimeInfo.cpp106 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
DAssembleVintf.cpp628 if (!getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion)) { in assembleCompatibilityMatrix()
632 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
Dparse_xml.cpp1185 if (!(m.framework.mAvbMetaVersion == Version{})) { in mutateNode()
1186 appendChild(root, avbConverter(m.framework.mAvbMetaVersion, d)); in mutateNode()
1239 !parseOptionalChild(root, avbConverter, {}, &object->framework.mAvbMetaVersion, in buildObject()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h164 Version mAvbMetaVersion; member
/system/libvintf/test/
DLibVintfTest.cpp96 cm.framework.mAvbMetaVersion = avbVersion; in setAvb()
99 return cm.framework.mAvbMetaVersion; in getAvb()