Searched refs:mSendPort (Results 1 – 2 of 2) sorted by relevance
367 public MidiInputPort mSendPort; field in MidiActivity.MidiIODevice380 mSendPort = null; in scanDevices()430 mSendPort = device.openInputPort(0); in openPorts()439 if (mSendPort != null) { in closePorts()440 mSendPort.close(); in closePorts()441 mSendPort = null; in closePorts()744 if (mIODevice.mSendPort != null) { in sendMessages()747 mIODevice.mSendPort.send(msg.mMsgBytes, 0, msg.mMsgBytes.length); in sendMessages()846 mUSBLoopbackDevice.mSendPort = device.openInputPort(0); in openUSBEchoDevice()896 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()
379 public MidiInputPort mSendPort; field in NDKMidiActivity.NDKMidiTestModule.MidiIODevice389 mSendPort = null; in scanDevices()439 mSendPort = device.openInputPort(0); in openPorts()448 if (mSendPort != null) { in closePorts()449 mSendPort.close(); in closePorts()450 mSendPort = null; in closePorts()689 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()