Home
last modified time | relevance | path

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

/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java66 MidiDeviceInfo echoInfo; field in MidiEchoTest.MidiTestContext
164 MidiDeviceInfo echoInfo = MidiEchoTestService.findEchoDevice(mContext); in setUpEchoServer() local
168 midiManager.openDevice(echoInfo, callback, null); in setUpEchoServer()
198 mc.echoInfo = echoInfo; in setUpEchoServer()
245 MidiDeviceInfo echoInfo) { in checkEchoDeviceInfo() argument
247 echoInfo.getInputPortCount()); in checkEchoDeviceInfo()
249 echoInfo.getOutputPortCount()); in checkEchoDeviceInfo()
251 Bundle properties = echoInfo.getProperties(); in checkEchoDeviceInfo()
255 PortInfo[] ports = echoInfo.getPorts(); in checkEchoDeviceInfo()
278 echoInfo.getType()); in checkEchoDeviceInfo()
[all …]
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java82 MidiDeviceInfo echoInfo = null; in findEchoDevice() local
92 echoInfo = info; in findEchoDevice()
98 Log.i(TAG, "MidiEchoService for " + ECHO_PRODUCT + ": " + echoInfo); in findEchoDevice()
100 return echoInfo; in findEchoDevice()
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiEchoTest.java144 MidiDeviceInfo echoInfo = MidiEchoTestService.findEchoDevice(mContext); in setUpEchoServer() local
148 mMidiManager.openDevice(echoInfo, callback, null); in setUpEchoServer()