Searched refs:onSend (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MidiSoloTest.java | 58 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() method in MidiSoloTest.MyMidiReceiver 121 public void onSend(byte[] msg, int offset, int count, in testMidiReceiver()
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 155 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiEchoTestService.MyReceiver
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | MidiActivity.java | 782 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiActivity.MidiTestModule.MidiMatchingReceiver 890 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiActivity.BTMidiTestModule.USBMidiEchoReceiver 896 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()
|
D | NDKMidiActivity.java | 683 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in NDKMidiActivity.BTMidiTestModule.USBMidiEchoReceiver 689 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()
|
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 114 public synchronized void onSend(byte[] data, int offset, int count, in onSend() method in MidiEchoTest.MyLoggingReceiver
|