Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java152 private enum SocketState { enum in BluetoothSocket
160 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 …]
/frameworks/base/config/
Dpreloaded-classes693 android.bluetooth.BluetoothSocket$SocketState
Dhiddenapi-greylist-max-o.txt11513 Landroid/bluetooth/BluetoothSocket$SocketState;
11514 Landroid/bluetooth/BluetoothSocket$SocketState;-><init>()V
11515 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;
Dboot-image-profile.txt3240 HSPLandroid/bluetooth/BluetoothSocket$SocketState;-><init>(Ljava/lang/String;I)V
32785 Landroid/bluetooth/BluetoothSocket$SocketState;