Home
last modified time | relevance | path

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

/system/libvintf/
DHalManifest.cpp317 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()
DCompatibilityMatrix.cpp327 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk()
341 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
Dparse_xml.cpp959 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()
DAssembleVintf.cpp385 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/
DCompatibilityMatrix.h166 SystemSdk mSystemSdk; member
DHalManifest.h195 SystemSdk mSystemSdk; member