Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDSULoader.java211 int[] mVndk = null; field in DSULoader.DSUPackage
228 mVndk = new int[vndks.length()]; in DSUPackage()
230 mVndk[i] = vndks.getInt(i); in DSUPackage()
308 if (mVndk != null) { in isSupported()
315 for (int i = 0; i < mVndk.length; i++) { in isSupported()
316 if (mVndk[i] == vndk) { in isSupported()
/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp301 bool success = mergeField(&this->device.mVndk, &other->device.mVndk); in addVndk()
326 lft.device.mVndk == rgt.device.mVndk && in operator ==()
H A Dparse_xml.cpp1242 if (!(m.device.mVndk == Vndk{})) { in mutateNode()
1243 appendChild(root, VndkConverter{}(m.device.mVndk, d)); in mutateNode()
1313 if (!parseOptionalChild(root, VndkConverter{}, {}, &object->device.mVndk, error)) { in buildObject()
/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h178 Vndk mVndk; member
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp90 cm.device.mVndk.mVersionRange = range; in set()
91 cm.device.mVndk.mLibraries = libs; in set()