Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A DHalManifest.cpp411 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 DCompatibilityMatrix.cpp314 this->device.mSystemSdk.addAll(&other->device.mSystemSdk); in addSystemSdk()
329 lft.device.mSystemSdk == rgt.device.mSystemSdk)) && in operator ==()
H A Dparse_xml.cpp1061 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 DAssembleVintf.cpp398 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 DCompatibilityMatrix.h182 SystemSdk mSystemSdk; member
H A DHalManifest.h250 SystemSdk mSystemSdk; member