Home
last modified time | relevance | path

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

/system/libvintf/
DCompatibilityMatrix.cpp302 bool success = mergeField(&this->device.mVndk, &other->device.mVndk); in addVndk()
327 lft.device.mVndk == rgt.device.mVndk && in operator ==()
Dparse_xml.cpp1196 if (!(m.device.mVndk == Vndk{})) { in mutateNode()
1197 appendChild(root, vndkConverter(m.device.mVndk, d)); in mutateNode()
1267 if (!parseOptionalChild(root, vndkConverter, {}, &object->device.mVndk, error)) { in buildObject()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h171 Vndk mVndk; member
/system/libvintf/test/
DLibVintfTest.cpp88 cm.device.mVndk.mVersionRange = range; in set()
89 cm.device.mVndk.mLibraries = libs; in set()