Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java75 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() argument
77 if (connID.trim().length() > 0) { in getConnection()
78 conn = connections.get(connID); in getConnection()
192 String connID) in bluetoothRfcommGetConnectedDeviceName()
194 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommGetConnectedDeviceName()
214 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite()
216 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommWrite()
229 String connID) in bluetoothRfcommRead()
231 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommRead()
247 String connID) in bluetoothRfcommWriteBinary()
[all …]
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c128 …CFragConnectionID connID; // CFM connect… member
174 MoreAssertQ(fragToFix->connID != nil); in ReadContainerBasics()
1187 fragToFix.connID = fragToFixConnID; in CFMLateImportCore()