Searched refs:mSystemSdk (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/libvintf/ |
H A D | HalManifest.cpp | 411 if (!checkSystemSdkCompatibility(mat.device.mSystemSdk, framework.mSystemSdk, error)) { in checkCompatibility() 546 lft.framework.mSystemSdk == rgt.framework.mSystemSdk)); in operator ==() 701 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
H A D | CompatibilityMatrix.cpp | 314 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 329 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
|
H A D | parse_xml.cpp | 1061 if (!m.framework.mSystemSdk.empty()) { in mutateNode() 1062 appendChild(root, SystemSdkConverter{}(m.framework.mSystemSdk, d)); in mutateNode() 1137 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->framework.mSystemSdk, in buildObject() 1253 if (!m.device.mSystemSdk.empty()) { in mutateNode() 1254 appendChild(root, SystemSdkConverter{}(m.device.mSystemSdk, d)); in mutateNode() 1323 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->device.mSystemSdk, in buildObject()
|
H A D | AssembleVintf.cpp | 398 halManifest->framework.mSystemSdk.mVersions.emplace(std::move(v)); in assembleHalManifest() 555 matrix->device.mSystemSdk.mVersions.emplace(std::move(v)); in assembleCompatibilityMatrix()
|
/aosp12/system/libvintf/include/vintf/ |
H A D | CompatibilityMatrix.h | 182 SystemSdk mSystemSdk; member
|
H A D | HalManifest.h | 250 SystemSdk mSystemSdk; member
|