Lines Matching refs:vintf
25 namespace vintf { namespace
187 return appendStrAttr(e, attrName, ::android::vintf::to_string(attr)); in appendAttr()
229 ::android::vintf::parse(attrText, attr); in parseOptionalAttr()
239 bool ret = getAttr(root, attrName, &attrText) && ::android::vintf::parse(attrText, attr); in parseAttr()
347 bool ret = ::android::vintf::parse(text, s); in parseText()
363 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()
387 appendText(root, ::android::vintf::to_string(object.transport), d); in mutateNode()
395 this->mLastError = "transport == " + ::android::vintf::to_string(object->transport) + in buildObject()
396 " and arch == " + ::android::vintf::to_string(object->arch) + in buildObject()
410 appendText(root, ::android::vintf::to_string(object), d); in mutateNode()
418 if (!::android::vintf::parseKernelConfigValue(stringValue, object)) { in buildObject()