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.java52 private SoundRecorderObject mSRecorder; field in AudioAEC
225 mSRecorder = new SoundRecorderObject(mSamplingRate, mBlockSizeSamples, in onCreate()
332 mSRecorder.startRecording(); in startTest()
335 int audioSessionId = mSRecorder.getAudioSessionId(); in startTest()
343 mSRecorder.stopRecording(); in startTest()
353 mSRecorder.stopRecording(); in startTest()
365 mSRecorder.stopRecording(); in startTest()
434 mSRecorder.stopRecording(); in startTest()
DAudioFrequencyVoiceRecognitionActivity.java107 private SoundRecorderObject mSRecorder; field in AudioFrequencyVoiceRecognitionActivity
141 mSRecorder = new SoundRecorderObject(SAMPLING_RATE, BLOCK_SIZE_SAMPLES, in onCreate()
772 mSRecorder.startRecording(); in record()
780 mSRecorder.stopRecording(); in record()