OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendByte
(Results
1 - 3
of
3
) sorted by null
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
WaltConnection.java
29
void
sendByte
(char c) throws IOException;
WaltUsbConnection.java
120
public void
sendByte
(char c) throws IOException {
WaltTcpConnection.java
127
public void
sendByte
(final char c) throws IOException {
Completed in 189 milliseconds