Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioLoopbackBaseActivity.java104 NativeAnalyzerThread mNativeAnalyzerThread = null; field in AudioLoopbackBaseActivity
366 if (mNativeAnalyzerThread == null) { in recordTestResults()
385 mNativeAnalyzerThread.getSampleRate(), in recordTestResults()
391 mNativeAnalyzerThread.isLowLatencyStream(), in recordTestResults()
456 mNativeAnalyzerThread = new NativeAnalyzerThread(this); in startAudioTest()
457 if (mNativeAnalyzerThread != null) { in startAudioTest()
458 mNativeAnalyzerThread.setMessageHandler(messageHandler); in startAudioTest()
460 mNativeAnalyzerThread.setInputPreset(MediaRecorder.AudioSource.VOICE_RECOGNITION); in startAudioTest()
469 if (mNativeAnalyzerThread != null) { in startTestPhase()
470 mNativeAnalyzerThread.startTest(); in startTestPhase()
[all …]