Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DRecorderRunnable.java79 private boolean mIsAdjustingSoundLevel = true; // is true if still adjusting sound level field in RecorderRunnable
376 if (mIsAdjustingSoundLevel) { in run()
386 mIsAdjustingSoundLevel = AdjustSoundLevel(); in run()
389 if (!mIsAdjustingSoundLevel) { in run()
DLoopbackAudioThread.java81 private boolean mIsAdjustingSoundLevel = true; // only used in buffer test field in LoopbackAudioThread
195 if (mIsAdjustingSoundLevel) { in run()
246 mIsAdjustingSoundLevel = isAdjustingSoundLevel; in setIsAdjustingSoundLevel()