Searched refs:mAvbMetaVersion (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | CompatibilityMatrix.cpp | 306 bool success = mergeField(&this->framework.mAvbMetaVersion, &other->framework.mAvbMetaVersion); in addAvbMetaVersion() 345 lft.framework.mAvbMetaVersion == rgt.framework.mAvbMetaVersion)); in operator ==()
|
D | RuntimeInfo.cpp | 100 const Version& matAvb = mat.framework.mAvbMetaVersion; in checkCompatibility()
|
D | AssembleVintf.cpp | 589 getFlagIfUnset("FRAMEWORK_VBMETA_VERSION", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix() 592 getFlag("FRAMEWORK_VBMETA_VERSION_OVERRIDE", &matrix->framework.mAvbMetaVersion, in assembleCompatibilityMatrix()
|
D | parse_xml.cpp | 1121 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/ |
D | CompatibilityMatrix.h | 155 Version mAvbMetaVersion; member
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 94 cm.framework.mAvbMetaVersion = avbVersion; in setAvb() 97 return cm.framework.mAvbMetaVersion; in getAvb()
|