Home
last modified time | relevance | path

Searched refs:onSend (Results 1 – 11 of 11) 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.java78 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.java63 public void onSend(byte[] msg, int offset, int count, long timestamp)
207 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in BluetoothPacketEncoder
/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
DAccumulatingMidiReceiver.java31 public void onSend(byte[] buffer, int offset, int count, long timestamp) { in onSend() method in AccumulatingMidiReceiver
/frameworks/base/core/java/com/android/internal/midi/
DMidiDispatcher.java88 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/
DUsbAlsaMidiDevice.java128 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in UsbAlsaMidiDevice.InputReceiverProxy
DUsbDirectMidiDevice.java160 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in UsbDirectMidiDevice.InputReceiverProxy
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt26493 method public void onSend(byte[], int, int, long) throws java.io.IOException;
26532 method public abstract void onSend(byte[], int, int, long) throws java.io.IOException;