Home
last modified time | relevance | path

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

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