Searched refs:testStateListener (Results 1 – 3 of 3) sorted by relevance
97 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in testMidiOut()105 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in testMidiOut()123 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in testMidiIn()131 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in testMidiIn()185 if (testStateListener != null) testStateListener.onTestPartialResult(dt);234 if (testStateListener != null) testStateListener.onTestStopped(); in finishMidiOut()243 if (testStateListener != null) testStateListener.onTestStoppedWithError();269 if (testStateListener != null) testStateListener.onTestStoppedWithError();292 if (testStateListener != null) testStateListener.onTestStopped();315 if (testStateListener != null) { in onSend()[all …]
181 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in doRecordingTestRepetition()209 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in beginPlaybackMeasurement()260 if (testStateListener != null) testStateListener.onTestPartialResult(dt_queue2wire);392 if (testStateListener != null) testStateListener.onTestPartialResult(latencyCb_ms);432 if (testStateListener != null) testStateListener.onTestStopped(); in finishPlaybackMeasurement()455 if (testStateListener != null) testStateListener.onTestStopped(); in finishRecordingMeasurement()
35 TestStateListener testStateListener = null; field in BaseTest48 this.testStateListener = listener; in setTestStateListener()