Searched refs:mAvbMetaVersion (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/libvintf/ |
H A D | CompatibilityMatrix.cpp | 293 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion() 333 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
|
H A D | RuntimeInfo.cpp | 109 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
|
H A D | AssembleVintf.cpp | 611 if (!getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion)) { in assembleCompatibilityMatrix() 615 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
|
H A D | parse_xml.cpp | 1231 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 D | CompatibilityMatrix.h | 171 Version mAvbMetaVersion; member
|
/aosp12/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 98 cm.framework.mAvbMetaVersion = avbVersion; in setAvb() 101 return cm.framework.mAvbMetaVersion; in getAvb()
|