Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java470 private static byte getNextOutputChar(byte in) { in getNextOutputChar() method in BluetoothSocketConnFacade
478 private static int getNextOutputChar(int in) { in getNextOutputChar() method in BluetoothSocketConnFacade
514 outChar = getNextOutputChar(outChar); in bluetoothConnectionThroughputSend()
587 nextInChar = getNextOutputChar(nextInChar); in bluetoothConnectionThroughputRead()