Home
last modified time | relevance | path

Searched defs:mSocket (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java407 private BluetoothSocket mSocket; field in BluetoothConnection
415 public BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection()
419 public BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
DOISLIRCFactoryCreator.cpp56 boost::asio::ip::tcp::socket mSocket; member in LIRCFactoryCreator::BoostWrapper