Searched refs:adapterType (Results 1 – 6 of 6) sorted by relevance
111 adapters_.insert(std::make_pair(descriptor.adapterType, adapter)); in CreateAdapter()124 auto it = adapters_.find(descriptor.adapterType); in ReleaseAdapter()126 INTELLIGENT_VOICE_LOGW("can not find adapter, %{public}d", descriptor.adapterType); in ReleaseAdapter()
33 engine = EngineFactory::CreateEngine(descriptor.adapterType); in CreateAdapter()
50 enum IntellVoiceEngineAdapterType adapterType;
398 …enum AudioAdapterType adapterType, const struct AudioAdapterDescriptor *desc, struct IAudioAdapter… in SelectAppropriateAdapter() argument405 switch (adapterType) { in SelectAppropriateAdapter()
151 enum AudioAdapterType adapterType = MatchAdapterType(adapterName, portId); in AudioAdapterCheckPortId() local152 switch (adapterType) { in AudioAdapterCheckPortId()
584 static int32_t MatchAppropriateAdapter(enum AudioAdapterType adapterType) in MatchAppropriateAdapter() argument586 switch (adapterType) { in MatchAppropriateAdapter()