Searched refs:mSystemSdk (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | HalManifest.cpp | 401 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()
|
D | CompatibilityMatrix.cpp | 315 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 330 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
|
D | parse_xml.cpp | 1014 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()
|
D | AssembleVintf.cpp | 415 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/ |
D | CompatibilityMatrix.h | 175 SystemSdk mSystemSdk; member
|
D | HalManifest.h | 231 SystemSdk mSystemSdk; member
|