Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/MidiScope/
D_index.jd8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
/development/samples/browseable/MidiSynth/
D_index.jd8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
/development/samples/browseable/BeamLargeFiles/
D_index.jd13 your application will not receive an Intent on the receiving device. Instead, the system
/development/samples/ReceiveContentDemo/src/com/example/android/receivecontent/
DMyReceiver.java69 receive(view.getContext(), uriContent); in onReceiveContent()
87 private void receive(@NonNull Context context, @NonNull ContentInfo payload) { in receive() method in MyReceiver