Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp306 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion()
345 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
DRuntimeInfo.cpp100 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
DAssembleVintf.cpp589 getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
592 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
Dparse_xml.cpp1121 if (!(m.framework.mAvbMetaVersion == Version{})) { in mutateNode()
1122 appendChild(root, avbConverter(m.framework.mAvbMetaVersion, d)); in mutateNode()
1169 !parseOptionalChild(root, avbConverter, {}, &object->framework.mAvbMetaVersion, in buildObject()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h155 Version mAvbMetaVersion; member
/system/libvintf/test/
DLibVintfTest.cpp94 cm.framework.mAvbMetaVersion = avbVersion; in setAvb()
97 return cm.framework.mAvbMetaVersion; in getAvb()