Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java264 private static boolean matchInputPreset(String text, int preset) { in matchInputPreset() method in StreamConfiguration
275 if (matchInputPreset(text, INPUT_PRESET_GENERIC)) { in convertTextToInputPreset()
277 } else if (matchInputPreset(text, INPUT_PRESET_CAMCORDER)) { in convertTextToInputPreset()
279 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_RECOGNITION)) { in convertTextToInputPreset()
281 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_COMMUNICATION)) { in convertTextToInputPreset()
283 } else if (matchInputPreset(text, INPUT_PRESET_UNPROCESSED)) { in convertTextToInputPreset()
285 } else if (matchInputPreset(text, INPUT_PRESET_VOICE_PERFORMANCE)) { in convertTextToInputPreset()