Searched refs:onSend (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/midi/
H A DMidiReceiver.java53 * in the same application receiving incorrect values in their {link #onSend} method.
61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) method in class:MidiReceiver
92 * Data will get split into multiple calls to {@link #onSend} if count exceeds
111 * Data will get split into multiple calls to {@link #onSend} if count exceeds
128 onSend(msg, offset, length, timestamp);
H A DMidiInputPort.java76 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { method in class:MidiInputPort
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java30 * from the dispatcher's {@link android.media.midi.MidiReceiver#onSend} in that case.
68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { method in class:MidiDispatcher
H A DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) method in class:MidiEventScheduler.SchedulingReceiver
H A DMidiFramer.java57 * @see android.midi.MidiReceiver#onSend(byte[], int, int, long)
60 public void onSend(byte[] data, int offset, int count, long timestamp) method in class:MidiFramer
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A 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) method in class:BluetoothPacketEncoder
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiDevice.java120 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { method in class:UsbMidiDevice.InputReceiverProxy

Completed in 265 milliseconds