Home
last modified time | relevance | path

Searched refs:onTestStoppedWithError (Results 1 – 5 of 5) 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()
243 if (testStateListener != null) testStateListener.onTestStoppedWithError();
269 if (testStateListener != null) testStateListener.onTestStoppedWithError();
DBaseTest.java27 void onTestStoppedWithError(); in onTestStoppedWithError() method
DAudioTest.java181 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in doRecordingTestRepetition()
209 if (testStateListener != null) testStateListener.onTestStoppedWithError(); in beginPlaybackMeasurement()
DMidiFragment.java132 public void onTestStoppedWithError() { in onTestStoppedWithError() method in MidiFragment
DAudioFragment.java257 public void onTestStoppedWithError() { in onTestStoppedWithError() method in AudioFragment