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.txt10810 Landroid/bluetooth/BluetoothSocket$SocketState;->CLOSED:Landroid/bluetooth/BluetoothSocket$SocketSt…
10811 Landroid/bluetooth/BluetoothSocket$SocketState;->CONNECTED:Landroid/bluetooth/BluetoothSocket$Socke…
10812 Landroid/bluetooth/BluetoothSocket$SocketState;->INIT:Landroid/bluetooth/BluetoothSocket$SocketStat…
10813 Landroid/bluetooth/BluetoothSocket$SocketState;->LISTENING:Landroid/bluetooth/BluetoothSocket$Socke…
10814 …ndroid/bluetooth/BluetoothSocket$SocketState;->valueOf(Ljava/lang/String;)Landroid/bluetooth/Bluet…
10815 Landroid/bluetooth/BluetoothSocket$SocketState;->values()[Landroid/bluetooth/BluetoothSocket$Socket…
10850 Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;
Dboot-image-profile.txt3240 HSPLandroid/bluetooth/BluetoothSocket$SocketState;-><init>(Ljava/lang/String;I)V
32784 Landroid/bluetooth/BluetoothSocket$SocketState;