Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfiguration.java60 public static final int INPUT_PRESET_GENERIC = 1; // must match Oboe field in StreamConfiguration
247 case INPUT_PRESET_GENERIC: in convertInputPresetToText()
275 if (matchInputPreset(text, INPUT_PRESET_GENERIC)) { in convertTextToInputPreset()
276 return INPUT_PRESET_GENERIC; in convertTextToInputPreset()
DTestDataPathsActivity.java69 StreamConfiguration.INPUT_PRESET_GENERIC,
DStreamConfigurationView.java355 mRequestedConfiguration.setInputPreset(StreamConfiguration.INPUT_PRESET_GENERIC); in onNothingSelected()