Searched refs:VoiceRecognition (Results 1 – 7 of 7) sorted by relevance
38 case InputPreset::VoiceRecognition: in OpenSLES_convertInputPreset()166 mInputPreset = InputPreset::VoiceRecognition; in open()
213 if (mInputPreset != InputPreset::VoiceRecognition) { in logUnsupportedAttributes()
188 InputPreset mInputPreset = InputPreset::VoiceRecognition;
386 VoiceRecognition = 6, // AAUDIO_INPUT_PRESET_VOICE_RECOGNITION enumerator
240 case InputPreset::VoiceRecognition: return "VoiceRecognition"; in convertToText()
339 …static_assert((int32_t)InputPreset::VoiceRecognition == AAUDIO_INPUT_PRESET_VOICE_RECOGNITION, ERR…
189 it is set to VoiceRecognition, which is optimized for low latency.