Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/midi/
H A 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()
H A DMidiInputPort.java76 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiInputPort
/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java56 public void onSend(byte[] msg, int offset, int count, long timestamp)
188 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in BluetoothPacketEncoder
/aosp12/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DAccumulatingMidiReceiver.java31 public void onSend(byte[] buffer, int offset, int count, long timestamp) { in onSend() method in AccumulatingMidiReceiver
/aosp12/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java88 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiDispatcher
H A DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in MidiEventScheduler.SchedulingReceiver
H A DMidiFramer.java60 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiFramer
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbMidiDevice.java122 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in UsbMidiDevice.InputReceiverProxy
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt25076 method public void onSend(byte[], int, int, long) throws java.io.IOException;
25111 method public abstract void onSend(byte[], int, int, long) throws java.io.IOException;