Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp293 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion()
333 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
H A DRuntimeInfo.cpp109 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
H A DAssembleVintf.cpp611 if (!getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion)) { in assembleCompatibilityMatrix()
615 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
H A Dparse_xml.cpp1231 if (!(m.framework.mAvbMetaVersion == Version{})) { in mutateNode()
1232 appendChild(root, AvbConverter{}(m.framework.mAvbMetaVersion, d)); in mutateNode()
1285 !parseOptionalChild(root, AvbConverter{}, {}, &object->framework.mAvbMetaVersion, in buildObject()
/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h171 Version mAvbMetaVersion; member
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp98 cm.framework.mAvbMetaVersion = avbVersion; in setAvb()
101 return cm.framework.mAvbMetaVersion; in getAvb()