Searched refs:mAvbMetaVersion (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | CompatibilityMatrix.cpp | 294 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion() 334 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
|
D | RuntimeInfo.cpp | 106 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
|
D | AssembleVintf.cpp | 628 if (!getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion)) { in assembleCompatibilityMatrix() 632 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
|
D | parse_xml.cpp | 1185 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/ |
D | CompatibilityMatrix.h | 164 Version mAvbMetaVersion; member
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 96 cm.framework.mAvbMetaVersion = avbVersion; in setAvb() 99 return cm.framework.mAvbMetaVersion; in getAvb()
|