OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noteMsg
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/examples/node/static_codegen/route_guide/
route_guide_client.js
204
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/
MidiTest.java
41
private static final byte[]
noteMsg
= {(byte) 0x90, (byte) 99, (byte) 0};
215
midiInputPort.send(
noteMsg
, 0,
noteMsg
.length, t + ((long) noteDelay) * 1000000L * i);
Completed in 380 milliseconds