Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DRecorderRunnable.java74 private GlitchDetectionThread mGlitchDetectionThread; field in RecorderRunnable
295 mGlitchDetectionThread = new GlitchDetectionThread(mFrequency1, mFrequency2, mSamplingRate, in startBufferRecordingForReal()
298 mGlitchDetectionThread.start(); in startBufferRecordingForReal()
439 mAllGlitches = mGlitchDetectionThread.getGlitches(); in endBufferTest()
440 mGlitchingIntervalTooLong = mGlitchDetectionThread.getGlitchingIntervalTooLong(); in endBufferTest()
441 mSamples = mGlitchDetectionThread.getWaveData(); in endBufferTest()
450 mGlitchDetectionThread.requestStop(); in endDetecting()
451 GlitchDetectionThread tempThread = mGlitchDetectionThread; in endDetecting()
452 mGlitchDetectionThread = null; in endDetecting()
DNativeAudioThread.java91 private GlitchDetectionThread mGlitchDetectionThread; field in NativeAudioThread
326 mAllGlitches = mGlitchDetectionThread.getGlitches(); in run()
327 mSamples = mGlitchDetectionThread.getWaveData(); in run()
328 mGlitchingIntervalTooLong = mGlitchDetectionThread.getGlitchingIntervalTooLong(); in run()
387 mGlitchDetectionThread = new GlitchDetectionThread(mFrequency1, mFrequency2, mSamplingRate, in setUpGlitchDetectionThread()
390 mGlitchDetectionThread.start(); in setUpGlitchDetectionThread()
397 mGlitchDetectionThread.requestStop(); in endDetecting()
398 GlitchDetectionThread tempThread = mGlitchDetectionThread; in endDetecting()
399 mGlitchDetectionThread = null; in endDetecting()