Home
last modified time | relevance | path

Searched refs:STATE_CONNECTED (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h157 state_ = STATE_CONNECTED; in SetDestination()
158 dest_->state_ = STATE_CONNECTED; in SetDestination()
161 } else if (state_ == STATE_CONNECTED && !dest) { in SetDestination()
199 if (state_ != STATE_CONNECTED) { in SendPacket()
315 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED }; enumerator
Dturnport.h39 STATE_CONNECTED, // Socket connected, ready to send stun requests. enumerator
82 return state_ == STATE_READY || state_ == STATE_CONNECTED; in connected()
Dturnport.cc362 state_ = STATE_CONNECTED; in CreateTurnClientSocket()
401 state_ = STATE_CONNECTED; // It is ready to send stun requests. in OnSocketConnect()
/external/webrtc/webrtc/base/
Dtestclient.h51 return CheckConnState(AsyncPacketSocket::STATE_CONNECTED); in CheckConnected()
Dasyncpacketsocket.h74 STATE_CONNECTED enumerator
Dasynctcpsocket.cc104 return STATE_CONNECTED; in GetState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java124 new int[] {BluetoothProfile.STATE_CONNECTED, in bluetoothMapGetConnectedDevices()
DBluetoothA2dpFacade.java185 new int[] { BluetoothProfile.STATE_CONNECTED, in bluetoothA2dpGetConnectedDevices()
DBluetoothMapClientFacade.java198 new int[]{BluetoothProfile.STATE_CONNECTED, in bluetoothMapClientGetConnectedDevices()
DGattServerFacade.java1043 if (newState == BluetoothProfile.STATE_CONNECTED) { in onConnectionStateChange()
DGattClientFacade.java2037 if (newState == BluetoothProfile.STATE_CONNECTED) { in onConnectionStateChange()