Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DXmlConverter.h100 for (const X& xsdcType : getInnerTypeVec(xsdcWrapperType)) { in convertWrappedCollectionToAidl() local
101 resultAidlTypeVec.push_back(VALUE_OR_FATAL(convertToAidl(xsdcType))); in convertWrappedCollectionToAidl()
114 for (const X& xsdcType : xsdcTypeVec) { in convertCollectionToAidl() local
115 resultAidlTypeVec.push_back(VALUE_OR_FATAL(convertToAidl(xsdcType))); in convertCollectionToAidl()