Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/midi/
DMidiReceiver.java61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in MidiReceiver
128 onSend(msg, offset, length, timestamp); in send()
DMidiInputPort.java76 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiInputPort
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothPacketEncoder.java56 public void onSend(byte[] msg, int offset, int count, long timestamp)
183 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in BluetoothPacketEncoder
/frameworks/base/core/java/com/android/internal/midi/
DMidiDispatcher.java68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiDispatcher
DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in MidiEventScheduler.SchedulingReceiver
DMidiFramer.java60 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiFramer
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbMidiDevice.java120 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in UsbMidiDevice.InputReceiverProxy
/frameworks/base/api/
Dcurrent.txt17347 method public void onSend(byte[], int, int, long) throws java.io.IOException;
17382 method public abstract void onSend(byte[], int, int, long) throws java.io.IOException;
Dsystem-current.txt18683 method public void onSend(byte[], int, int, long) throws java.io.IOException;
18718 method public abstract void onSend(byte[], int, int, long) throws java.io.IOException;