Home
last modified time | relevance | path

Searched refs:testStateListener (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMidiTest.java97 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 …]
DAudioTest.java181 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()
DBaseTest.java35 TestStateListener testStateListener = null; field in BaseTest
48 this.testStateListener = listener; in setTestStateListener()