Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTED (Results 1 – 10 of 10) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPbapClientFacade.java154 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothPbapClientGetConnectionStatus()
162 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothPbapClientGetConnectionStatus()
DBluetoothHfpClientFacade.java154 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHfpClientGetConnectionStatus()
162 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHfpClientGetConnectionStatus()
DBluetoothA2dpSinkFacade.java147 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothA2dpSinkGetConnectionStatus()
155 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothA2dpSinkGetConnectionStatus()
DBluetoothHidFacade.java118 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidGetConnectionStatus()
125 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHidGetConnectionStatus()
DBluetoothHspFacade.java133 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHspGetConnectionStatus()
140 return BluetoothProfile.STATE_DISCONNECTED; in bluetoothHspGetConnectionStatus()
DGattServerFacade.java1046 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) { in onConnectionStateChange()
DGattClientFacade.java2011 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) { in onConnectionStateChange()
/external/webrtc/webrtc/p2p/base/
Dturnport.h41 STATE_DISCONNECTED, // TCP connection died, cannot send any packets. enumerator
Dturnport.cc451 if (state_ == STATE_DISCONNECTED) { in CreateConnection()
736 state_ = STATE_DISCONNECTED; in Close()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1271 case Call.STATE_DISCONNECTED: in getCallStateString()