Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioAEC.java51 private SoundRecorderObject mSRecorder; field in AudioAEC
224 mSRecorder = new SoundRecorderObject(mSamplingRate, mBlockSizeSamples, in onCreate()
330 mSRecorder.startRecording(); in startTest()
333 int audioSessionId = mSRecorder.getAudioSessionId(); in startTest()
341 mSRecorder.stopRecording(); in startTest()
351 mSRecorder.stopRecording(); in startTest()
363 mSRecorder.stopRecording(); in startTest()
432 mSRecorder.stopRecording(); in startTest()
DAudioFrequencyVoiceRecognitionActivity.java114 private SoundRecorderObject mSRecorder; field in AudioFrequencyVoiceRecognitionActivity
149 mSRecorder = new SoundRecorderObject(SAMPLING_RATE, BLOCK_SIZE_SAMPLES, in onCreate()
778 mSRecorder.startRecording(); in record()
786 mSRecorder.stopRecording(); in record()