Searched refs:mSystemSdk (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | HalManifest.cpp | 317 if (!checkSystemSdkCompatibility(mat.device.mSystemSdk, framework.mSystemSdk, error)) { in checkCompatibility() 430 lft.framework.mSystemSdk == rgt.framework.mSystemSdk)); in operator ==() 547 framework.mSystemSdk.addAll(&other->framework.mSystemSdk); in addAll()
|
D | CompatibilityMatrix.cpp | 327 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk() 341 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
|
D | parse_xml.cpp | 959 if (!m.framework.mSystemSdk.empty()) { in mutateNode() 960 appendChild(root, systemSdkConverter(m.framework.mSystemSdk, d)); in mutateNode() 1026 if (!parseOptionalChild(root, systemSdkConverter, {}, &object->framework.mSystemSdk, in buildObject() 1143 if (!m.device.mSystemSdk.empty()) { in mutateNode() 1144 appendChild(root, systemSdkConverter(m.device.mSystemSdk, d)); in mutateNode() 1207 if (!parseOptionalChild(root, systemSdkConverter, {}, &object->device.mSystemSdk, in buildObject()
|
D | AssembleVintf.cpp | 385 halManifest->framework.mSystemSdk.mVersions.emplace(std::move(v)); in assembleHalManifest() 535 matrix->device.mSystemSdk.mVersions.emplace(std::move(v)); in assembleCompatibilityMatrix()
|
/system/libvintf/include/vintf/ |
D | CompatibilityMatrix.h | 166 SystemSdk mSystemSdk; member
|
D | HalManifest.h | 195 SystemSdk mSystemSdk; member
|