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