Home
last modified time | relevance | path

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

/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp247 const std::string aidlType = getAidlType(*res->get(), interface.fqName()); in emitAidl() local
249 if (shouldWarnStatusType(aidlType)) { in emitAidl()
253 if (method->results().size() > 1 && shouldWarnOutParam(aidlType)) { in emitAidl()
254 out << "// FIXME: AIDL does not allow " << aidlType in emitAidl()
DAidlNamedType.cpp99 std::string aidlType = in emitCompoundTypeAidlDefinition() local
101 out << aidlType << " " << fieldWithVersion.field->name() << ";\n"; in emitCompoundTypeAidlDefinition()