Home
last modified time | relevance | path

Searched refs:noteMsg (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js204 var noteMsg = new messages.RouteNote();
205 noteMsg.setMessage(note.message);
209 noteMsg.setLocation(location);
210 call.write(noteMsg);
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMidiTest.java41 private static final byte[] noteMsg = {(byte) 0x90, (byte) 99, (byte) 0}; field in MidiTest
215 … midiInputPort.send(noteMsg, 0, noteMsg.length, t + ((long) noteDelay) * 1000000L * i); in scheduleNotes()