Searched refs:mTestType (Results 1 – 4 of 4) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | NativeAudioThread.java | 53 private int mTestType; field in NativeAudioThread 98 mTestType = testType; in NativeAudioThread() 112 mTestType = old.mTestType; in NativeAudioThread() 166 switch (mTestType) { in run() 179 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in run() 193 mPerformanceMode, mTestType, in run() 204 switch (mTestType) { in run() 225 switch (mTestType) { in run() 288 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD) { in run() 295 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in run() [all …]
|
D | LoopbackAudioThread.java | 75 private int mTestType; // latency test or buffer test field in LoopbackAudioThread 95 mTestType = testType; in LoopbackAudioThread() 132 mRecorderBufferPeriod, mTestType, frequency1, frequency2, in run() 169 switch (mTestType) { in run() 214 switch (mTestType) { in run() 296 switch (mTestType) { in endTest() 313 switch (mTestType) { in endTest() 322 switch (mTestType) { in endTest()
|
D | RecorderRunnable.java | 45 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()
|
D | LoopbackActivity.java | 120 private int mTestType; field in LoopbackActivity 848 mPlayerBufferPeriod, mTestType, mBufferTestDurationInSeconds, in restartAudioSystem() 861 … mRecorderBufferSizeInBytes, micSourceMapped, performanceModeMapped, mTestType, in restartAudioSystem() 1085 mTestType = Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY; 1129 mTestType = Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD; in startBufferTest() 1615 if ((mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD in onButtonReport() 1617 || (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY in onButtonReport() 1643 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD in onButtonHeatMap() 1724 if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_LATENCY) { in refreshState() 1734 } else if (mTestType == Constant.LOOPBACK_PLUG_AUDIO_THREAD_TEST_TYPE_BUFFER_PERIOD && in refreshState() [all …]
|