Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java177 private volatile SocketState mSocketState; field in BluetoothSocket
249 mSocketState = SocketState.INIT; in BluetoothSocket()
285 bluetoothSocket.mSocketState = SocketState.CONNECTED; in createSocketFromOpenFd()
313 as.mSocketState = SocketState.CONNECTED; in acceptSocket()
406 return mSocketState == SocketState.CONNECTED; in isConnected()
448 if (mSocketState == SocketState.CLOSED) { in connect()
458 Log.i(TAG, "connect(), SocketState: " + mSocketState + ", mPfd: " + mPfd); in connect()
459 if (mSocketState == SocketState.CLOSED) { in connect()
483 if (mSocketState == SocketState.CLOSED) { in connect()
486 mSocketState = SocketState.CONNECTED; in connect()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1034 Landroid/bluetooth/BluetoothSocket;->mSocketState:Landroid/bluetooth/BluetoothSocket$SocketState;