Searched refs:pullDecodedMidiPackets (Results 1 – 3 of 3) sorted by relevance
57 byte[] actualOutputCable0 = usbMidiPacketConverter.pullDecodedMidiPackets(0); in testDecoderSinglePacket()58 byte[] actualOutputCable1 = usbMidiPacketConverter.pullDecodedMidiPackets(1); in testDecoderSinglePacket()76 byte[] actualOutputCable0 = usbMidiPacketConverter.pullDecodedMidiPackets(0); in testDecoderMultiplePackets()77 byte[] actualOutputCable1 = usbMidiPacketConverter.pullDecodedMidiPackets(1); in testDecoderMultiplePackets()78 byte[] actualOutputCable2 = usbMidiPacketConverter.pullDecodedMidiPackets(2); in testDecoderMultiplePackets()79 byte[] actualOutputCable3 = usbMidiPacketConverter.pullDecodedMidiPackets(3); in testDecoderMultiplePackets()98 byte[] actualOutputCable0 = usbMidiPacketConverter.pullDecodedMidiPackets(0); in testDecoderSysExEndFirstByte()99 byte[] actualOutputCable1 = usbMidiPacketConverter.pullDecodedMidiPackets(1); in testDecoderSysExEndFirstByte()115 byte[] actualOutputCable0 = usbMidiPacketConverter.pullDecodedMidiPackets(0); in testDecoderSysExEndSecondByte()130 byte[] actualOutputCable0 = usbMidiPacketConverter.pullDecodedMidiPackets(0); in testDecoderSysExEndThirdByte()[all …]
160 public byte[] pullDecodedMidiPackets(int cableNumber) { in pullDecodedMidiPackets() method in UsbMidiPacketConverter
470 packetConverter.pullDecodedMidiPackets( in openLocked()