Searched refs:aidlType (Results 1 – 4 of 4) 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()
165 PipeOffloadConfigOffloadType aidlType = ConvertOffloadType(offloadType); in ConvertOffloadConfigProto() local166 aidlConfig.desc.type.emplace_back(aidlType); in ConvertOffloadConfigProto()
125 static int aidl2hidlSoundModelType(int aidlType) { in aidl2hidlSoundModelType() argument126 switch (aidlType) { in aidl2hidlSoundModelType()132 throw new IllegalArgumentException("Unknown sound model type: " + aidlType); in aidl2hidlSoundModelType()