Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsSpeakerMicActivity.java76 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()
86 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()
103 testModule.setInputPreset(Recorder.INPUT_PRESET_DEFAULT); in gatherTestModules()
111 testModule.setInputPreset(Recorder.INPUT_PRESET_GENERIC); in gatherTestModules()
119 testModule.setInputPreset(Recorder.INPUT_PRESET_UNPROCESSED); in gatherTestModules()
127 testModule.setInputPreset(Recorder.INPUT_PRESET_CAMCORDER); in gatherTestModules()
135 testModule.setInputPreset(Recorder.INPUT_PRESET_VOICERECOGNITION); in gatherTestModules()
143 testModule.setInputPreset(Recorder.INPUT_PRESET_VOICEPERFORMANCE); in gatherTestModules()
DNativeAnalyzerThread.java61 public void setInputPreset(int inputPreset) { in setInputPreset() method in NativeAnalyzerThread
DAudioDataPathsBaseActivity.java471 void setInputPreset(int preset) { in setInputPreset() method in AudioDataPathsBaseActivity.TestModule
630 mDuplexAudioManager.setInputPreset(mInputPreset); in startTest()
DAudioLoopbackLatencyActivity.java822 mNativeAnalyzerThread.setInputPreset(MediaRecorder.AudioSource.VOICE_RECOGNITION); in startAudioTest()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.h50 void setInputPreset(int inputPreset) { mInputPreset = inputPreset; } in setInputPreset() function
DOboeRecorder.cpp59 builder.setInputPreset((enum InputPreset)mInputPreset); in setupStream()
123 ((OboeRecorder*)native_recorder)->setInputPreset(input_preset); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorderBuilder.java72 public RecorderBuilder setInputPreset(int inputPreset) { in setInputPreset() method in RecorderBuilder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java150 public void setInputPreset(int preset) { in setInputPreset() method in DuplexAudioManager
168 .setInputPreset(mInputPreset) in buildStreams()