Home
last modified time | relevance | path

Searched refs:mVndk (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/
DCompatibilityMatrix.cpp314 bool success = mergeField(&this->device.mVndk, &other->device.mVndk); in addVndk()
338 lft.device.mVndk == rgt.device.mVndk && in operator ==()
Dparse_xml.cpp1132 if (!(m.device.mVndk == Vndk{})) { in mutateNode()
1133 appendChild(root, vndkConverter(m.device.mVndk, d)); in mutateNode()
1197 if (!parseOptionalChild(root, vndkConverter, {}, &object->device.mVndk, error)) { in buildObject()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h162 Vndk mVndk; member
/system/libvintf/test/
DLibVintfTest.cpp86 cm.device.mVndk.mVersionRange = range; in set()
87 cm.device.mVndk.mLibraries = libs; in set()