Searched refs:aidlType (Results 1 – 2 of 2) sorted by relevance
248 const std::string aidlType = getAidlType(*res->get(), interface.fqName()); in emitAidl() local250 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()
104 std::string aidlType = in emitCompoundTypeAidlDefinition() local106 out << aidlType << " " << fieldWithVersion.field->name() << ";\n"; in emitCompoundTypeAidlDefinition()