Home
last modified time | relevance | path

Searched refs:mSystemSdk (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/
DHalManifest.cpp401 if (!checkSystemSdkCompatibility(mat.device.mSystemSdk, framework.mSystemSdk, error)) { in checkCompatibility()
522 lft.framework.mSystemSdk == rgt.framework.mSystemSdk)); in operator ==()
665 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
DCompatibilityMatrix.cpp315 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk()
330 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
Dparse_xml.cpp1014 if (!m.framework.mSystemSdk.empty()) { in mutateNode()
1015 appendChild(root, systemSdkConverter(m.framework.mSystemSdk, d)); in mutateNode()
1090 if (!parseOptionalChild(root, systemSdkConverter, {}, &object->framework.mSystemSdk, in buildObject()
1207 if (!m.device.mSystemSdk.empty()) { in mutateNode()
1208 appendChild(root, systemSdkConverter(m.device.mSystemSdk, d)); in mutateNode()
1277 if (!parseOptionalChild(root, systemSdkConverter, {}, &object->device.mSystemSdk, in buildObject()
DAssembleVintf.cpp415 halManifest->framework.mSystemSdk.mVersions.emplace(std::move(v)); in assembleHalManifest()
572 matrix->device.mSystemSdk.mVersions.emplace(std::move(v)); in assembleCompatibilityMatrix()
/system/libvintf/include/vintf/
DCompatibilityMatrix.h175 SystemSdk mSystemSdk; member
DHalManifest.h231 SystemSdk mSystemSdk; member