Searched refs:setInputPreset (Results 1 – 9 of 9) sorted by relevance
258 AudioStreamBuilder *setInputPreset(InputPreset inputPreset) { in setInputPreset() function
284 requestedInConfig.setInputPreset(inputPreset); in testPresetCombo()346 requestedInConfig.setInputPreset(StreamConfiguration.INPUT_PRESET_VOICE_RECOGNITION); in testInputDeviceCombo()
151 requestedInConfig.setInputPreset(inputPreset); in configureStreamsFromBundle()
85 actualConfiguration.setInputPreset(getInputPreset()); in open()
166 public void setInputPreset(int inputPreset) { in setInputPreset() method in StreamConfiguration
350 mRequestedConfiguration.setInputPreset(inputPreset); in onItemSelected()355 mRequestedConfiguration.setInputPreset(StreamConfiguration.INPUT_PRESET_GENERIC); in onNothingSelected()
17 - AAudio adds support for setUsage(), setSessionId(), setContentType(), setInputPreset() for builde…
194 * `setInputPreset(oboe::InputPreset inputPreset)` - The recording configuration
183 ->setInputPreset((oboe::InputPreset)inputPreset) in open()