Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltDevice.java160 connection.sendByte(c); in sendReceive()
169 connection.sendByte(c); in sendAndFlush()
186 connection.sendByte(cmd); // TODO: check response even if the listener is running in command()
DWaltConnection.java29 void sendByte(char c) throws IOException; in sendByte() method
DWaltUsbConnection.java120 public void sendByte(char c) throws IOException { in sendByte() method in WaltUsbConnection
DWaltTcpConnection.java127 public void sendByte(final char c) throws IOException { in sendByte() method in WaltTcpConnection