Searched refs:SystemSdkConverter (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/libvintf/include/vintf/ |
H A D | SystemSdk.h | 46 friend struct SystemSdkConverter;
|
/aosp12/system/libvintf/ |
H A D | parse_xml.cpp | 942 struct SystemSdkConverter : public XmlNodeConverter<SystemSdk> { struct 1062 appendChild(root, SystemSdkConverter{}(m.framework.mSystemSdk, d)); in mutateNode() 1137 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->framework.mSystemSdk, in buildObject() 1254 appendChild(root, SystemSdkConverter{}(m.device.mSystemSdk, d)); in mutateNode() 1323 if (!parseOptionalChild(root, SystemSdkConverter{}, {}, &object->device.mSystemSdk, in buildObject()
|