Searched refs:mSystemSdk (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | CompatibilityMatrix.cpp | 315 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 330 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
|
D | HalManifest.cpp | 495 if (!checkSystemSdkCompatibility(mat.device.mSystemSdk, framework.mSystemSdk, error)) { in checkCompatibility() 626 lft.framework.mSystemSdk == rgt.framework.mSystemSdk)); in operator ==() 799 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | parse_xml.cpp | 1280 if (!object.framework.mSystemSdk.empty()) { in mutateNode() 1281 appendChild(root, SystemSdkConverter{}(object.framework.mSystemSdk, param)); in mutateNode() 1358 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->framework.mSystemSdk, in buildObject() 1475 if (!object.device.mSystemSdk.empty()) { in mutateNode() 1476 appendChild(root, SystemSdkConverter{}(object.device.mSystemSdk, param)); in mutateNode() 1547 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->device.mSystemSdk, in buildObject()
|
D | AssembleVintf.cpp | 613 halManifest->framework.mSystemSdk.mVersions.emplace(std::move(v)); in assembleHalManifest() 730 matrix->device.mSystemSdk.mVersions.emplace(std::move(v)); in assembleCompatibilityMatrix()
|
/system/libvintf/include/vintf/ |
D | CompatibilityMatrix.h | 185 SystemSdk mSystemSdk; member
|
D | HalManifest.h | 264 SystemSdk mSystemSdk; member
|