Home
last modified time | relevance | path

Searched refs:INPUT_PRESET_VOICE_RECOGNITION (Results 1 – 3 of 3) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java62 public static final int INPUT_PRESET_VOICE_RECOGNITION = 6; // must match Oboe field in StreamConfiguration
102 mInputPreset = INPUT_PRESET_VOICE_RECOGNITION; in reset()
251 case INPUT_PRESET_VOICE_RECOGNITION: in convertInputPresetToText()
279 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_RECOGNITION)) { in convertTextToInputPreset()
280 return INPUT_PRESET_VOICE_RECOGNITION; in convertTextToInputPreset()
DManualGlitchActivity.java148 StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in configureStreamsFromBundle()
DTestDataPathsActivity.java346 requestedInConfig.setInputPreset(StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in testInputDeviceCombo()