Searched refs:SocketState (Results 1 – 4 of 4) sorted by relevance
152 private enum SocketState { enum in BluetoothSocket160 private volatile SocketState mSocketState;222 mSocketState = SocketState.INIT; in BluetoothSocket()255 as.mSocketState = SocketState.CONNECTED; in acceptSocket()360 return mSocketState == SocketState.CONNECTED; in isConnected()389 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in connect()397 if (mSocketState == SocketState.CLOSED) throw new IOException("socket closed"); in connect()411 if (mSocketState == SocketState.CLOSED) { in connect()414 mSocketState = SocketState.CONNECTED; in connect()428 if (mSocketState == SocketState.CLOSED) return EBADFD; in bindListen()[all …]
693 android.bluetooth.BluetoothSocket$SocketState
11513 Landroid/bluetooth/BluetoothSocket$SocketState;11514 Landroid/bluetooth/BluetoothSocket$SocketState;-><init>()V11515 Landroid/bluetooth/BluetoothSocket$SocketState;->CLOSED:Landroid/bluetooth/BluetoothSocket$SocketSt…11516 Landroid/bluetooth/BluetoothSocket$SocketState;->CONNECTED:Landroid/bluetooth/BluetoothSocket$Socke…11517 Landroid/bluetooth/BluetoothSocket$SocketState;->INIT:Landroid/bluetooth/BluetoothSocket$SocketStat…11518 Landroid/bluetooth/BluetoothSocket$SocketState;->LISTENING:Landroid/bluetooth/BluetoothSocket$Socke…11519 …ndroid/bluetooth/BluetoothSocket$SocketState;->valueOf(Ljava/lang/String;)Landroid/bluetooth/Bluet…11520 Landroid/bluetooth/BluetoothSocket$SocketState;->values()[Landroid/bluetooth/BluetoothSocket$Socket…11555 Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;
3240 HSPLandroid/bluetooth/BluetoothSocket$SocketState;-><init>(Ljava/lang/String;I)V32785 Landroid/bluetooth/BluetoothSocket$SocketState;