Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiNativeTestActivity.java260 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiNativeTestActivity.BTMidiTestModule.USBMidiEchoReceiver
269 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()
DMidiJavaTestActivity.java425 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiJavaTestActivity.JavaMidiTestModule.MidiMatchingReceiver
556 … public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend() method in MidiJavaTestActivity.BTMidiTestModule.USBMidiEchoReceiver
564 mUSBLoopbackDevice.mSendPort.onSend(msg, offset, count, timestamp); in onSend()
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java58 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/
DMidiEchoTestService.java155 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() method in MidiEchoTestService.MyReceiver
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java121 public synchronized void onSend(byte[] data, int offset, int count, in onSend() method in MidiEchoTest.MyLoggingReceiver