Home
last modified time | relevance | path

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

/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java73 MidiDevice echoDevice; field in MidiEchoTest.MidiTestContext
199 MidiDevice echoDevice = callback.waitForOpen(TIMEOUT_OPEN_MSEC); in setUpEchoServer() local
201 + CTSMidiEchoTestService.getEchoServerName(), echoDevice != null); in setUpEchoServer()
211 MidiInputPort echoInputPort = echoDevice.openInputPort(0); in setUpEchoServer()
220 MidiOutputPort echoOutputPort = echoDevice.openOutputPort(0); in setUpEchoServer()
230 mc.echoDevice = echoDevice; in setUpEchoServer()
267 mc.echoDevice.close(); in tearDownEchoServer()
268 mc.echoDevice.close(); // should be safe to close twice in tearDownEchoServer()
337 checkEchoDeviceInfo(mc, mc.echoDevice.getInfo()); in testDeviceInfo()
339 mc.echoInfo.equals(mc.echoDevice.getInfo())); in testDeviceInfo()
[all …]