/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
D | TestDataPathsActivity.java | 367 void testPresetCombo(int inputPreset, in testPresetCombo() argument 377 requestedInConfig.setInputPreset(inputPreset); in testPresetCombo() 386 + StreamConfiguration.convertInputPresetToText(inputPreset) in testPresetCombo() 392 } else if (inputPreset == StreamConfiguration.INPUT_PRESET_VOICE_COMMUNICATION) { in testPresetCombo() 399 void testPresetCombo(int inputPreset, in testPresetCombo() argument 406 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo() 409 testPresetCombo(inputPreset, numInputChannels, inputChannel, in testPresetCombo() 413 void testPresetCombo(int inputPreset) throws InterruptedException { in testPresetCombo() argument 414 setTestName("Test InPreset = " + StreamConfiguration.convertInputPresetToText(inputPreset)); in testPresetCombo() 415 testPresetCombo(inputPreset, 1, 0, 1, 0); in testPresetCombo() [all …]
|
D | BaseAutoGlitchActivity.java | 108 public final int inputPreset; field in BaseAutoGlitchActivity.TestResult 126 this.inputPreset = inputConfiguration.getInputPreset(); in TestResult() 134 count += (inputPreset != other.inputPreset) ? 1 : 0; in countDifferences() 159 return "IN: " + input + ", ip=" + inputPreset + "\n" in toString()
|
D | StreamConfiguration.java | 386 public void setInputPreset(int inputPreset) { in setInputPreset() argument 387 this.mInputPreset = inputPreset; in setInputPreset() 605 public static String convertInputPresetToText(int inputPreset) { in convertInputPresetToText() argument 606 switch(inputPreset) { in convertInputPresetToText()
|
D | IntentBasedTestSupport.java | 320 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in configureInputStreamFromBundle() local 321 … if (inputPreset < 0) throw new IllegalArgumentException(KEY_IN_PRESET + " invalid: " + text); in configureInputStreamFromBundle() 322 requestedInConfig.setInputPreset(inputPreset); in configureInputStreamFromBundle()
|
D | OboeAudioStream.java | 111 int inputPreset, in openNative() argument
|
D | StreamConfigurationView.java | 373 int inputPreset = StreamConfiguration.convertTextToInputPreset(text); in applyToModel() local 374 config.setInputPreset(inputPreset); in applyToModel()
|
/external/oboe/include/oboe/ |
D | AudioStreamBuilder.h | 291 AudioStreamBuilder *setInputPreset(InputPreset inputPreset) { in setInputPreset() argument 292 mInputPreset = inputPreset; in setInputPreset()
|
/external/oboe/src/common/ |
D | Utilities.cpp | 243 const char *convertToText<InputPreset>(InputPreset inputPreset) { in convertToText() argument 245 switch (inputPreset) { in convertToText()
|
/external/oboe/src/aaudio/ |
D | AudioStreamAAudio.cpp | 241 aaudio_input_preset_t inputPreset = mInputPreset; in open() local 242 if (getSdkVersion() <= __ANDROID_API_P__ && inputPreset == InputPreset::VoicePerformance) { in open() 244 inputPreset = InputPreset::VoiceRecognition; // most similar preset in open() 247 static_cast<aaudio_input_preset_t>(inputPreset)); in open()
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | jni-bridge.cpp | 47 jint inputPreset, 125 jint inputPreset, in Java_com_mobileer_oboetester_OboeAudioStream_openNative() argument 144 inputPreset, in Java_com_mobileer_oboetester_OboeAudioStream_openNative()
|
D | NativeAudioContext.cpp | 153 jint inputPreset, in open() argument 192 ->setInputPreset((oboe::InputPreset)inputPreset) in open()
|
D | NativeAudioContext.h | 123 jint inputPreset,
|
/external/oboe/docs/ |
D | FullGuide.md | 198 * `setInputPreset(oboe::InputPreset inputPreset)` - The recording configuration
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libaaudio.so.abi | 2103 …<parameter type-id='a4168325' name='inputPreset' filepath='frameworks/av/media/libaaudio/src/core/…
|