Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DNativeAudioThread.java58 private int mTestType; field in NativeAudioThread
128 mTestType = testType; in NativeAudioThread()
143 mTestType = old.mTestType; in NativeAudioThread()
200 switch (mTestType) { in run()
213 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in run()
228 mPerformanceMode, mTestType, in run()
239 switch (mTestType) { in run()
260 switch (mTestType) { in run()
325 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD) { in run()
332 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in run()
[all …]
DLoopbackAudioThread.java76 private int mTestType; // latency test or buffer test field in LoopbackAudioThread
105 mTestType = testType; in LoopbackAudioThread()
142 mRecorderBufferPeriod, mTestType, frequency1, frequency2, in run()
179 switch (mTestType) { in run()
224 switch (mTestType) { in run()
306 switch (mTestType) { in endTest()
323 switch (mTestType) { in endTest()
332 switch (mTestType) { in endTest()
DRecorderRunnable.java45 private final int mTestType; // latency test or buffer test field in RecorderRunnable
101 mTestType = testType; in RecorderRunnable()
339 switch (mTestType) { in run()
425 switch (mTestType) { in requestStop()
DLoopbackActivity.java131 private int mTestType; field in LoopbackActivity
960 mPlayerBufferPeriod, mTestType, mBufferTestDurationInSeconds, in restartAudioSystem()
976 micSourceMapped, performanceModeMapped, mTestType, in restartAudioSystem()
1223 mTestType = Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY;
1278 mTestType = Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD; in startBufferTest()
1797 if ((mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD in onButtonReport()
1799 || (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY in onButtonReport()
1825 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD in onButtonHeatMap()
1915 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in refreshState()
1925 } else if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD && in refreshState()
[all …]