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.java471 private static byte getNextOutputChar(byte in) { in getNextOutputChar() method in BluetoothSocketConnFacade
479 private static int getNextOutputChar(int in) { in getNextOutputChar() method in BluetoothSocketConnFacade
515 outChar = getNextOutputChar(outChar); in bluetoothConnectionThroughputSend()
598 nextInChar = getNextOutputChar(nextInChar); in bluetoothConnectionThroughputRead()