Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/hidl2aidl/
H A 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()
H A DAidlNamedType.cpp99 std::string aidlType = in emitCompoundTypeAidlDefinition() local
101 out << aidlType << " " << fieldWithVersion.field->name() << ";\n"; in emitCompoundTypeAidlDefinition()
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DPipeOptionsConverter.cpp165 PipeOffloadConfigOffloadType aidlType = ConvertOffloadType(offloadType); in ConvertOffloadConfigProto() local
166 aidlConfig.desc.type.emplace_back(aidlType); in ConvertOffloadConfigProto()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DConversionUtil.java125 static int aidl2hidlSoundModelType(int aidlType) { in aidl2hidlSoundModelType() argument
126 switch (aidlType) { in aidl2hidlSoundModelType()
132 throw new IllegalArgumentException("Unknown sound model type: " + aidlType); in aidl2hidlSoundModelType()