Searched refs:mInputPreset (Results 1 – 6 of 6) sorted by relevance
80 private int mInputPreset; field in StreamConfiguration100 mInputPreset = INPUT_PRESET_VOICE_RECOGNITION; in reset()148 return mInputPreset; in getInputPreset()151 this.mInputPreset = inputPreset; in setInputPreset()221 convertInputPresetToText(mInputPreset).toLowerCase())); in dump()
122 InputPreset getInputPreset() const { return mInputPreset; } in getInputPreset()188 InputPreset mInputPreset = InputPreset::VoiceRecognition; variable
252 mInputPreset = inputPreset; in setInputPreset()
217 static_cast<aaudio_input_preset_t>(mInputPreset)); in open()269 mInputPreset = static_cast<InputPreset>(mLibLoader->stream_getInputPreset(mAAudioStream)); in open()
166 mInputPreset = InputPreset::VoiceRecognition; in open()
213 if (mInputPreset != InputPreset::VoiceRecognition) { in logUnsupportedAttributes()