Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h82 return TransportChannelState::STATE_CONNECTING; in GetState()
119 state_ = STATE_CONNECTING; in Connect()
148 if (state_ == STATE_CONNECTING && dest) { in SetDestination()
164 state_ = STATE_CONNECTING; in SetDestination()
315 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED }; enumerator
Dtransportchannel.h42 STATE_CONNECTING, // Will enter this state once a connection is created enumerator
63 return TransportChannelState::STATE_CONNECTING; in GetState()
Dturnport.h38 STATE_CONNECTING, // Initial state, cannot send any packets. enumerator
Dturnport.cc205 state_(STATE_CONNECTING), in TurnPort()
240 state_(STATE_CONNECTING), in TurnPort()
Dp2ptransportchannel.cc329 return TransportChannelState::STATE_CONNECTING; in ComputeState()
Dp2ptransportchannel_unittest.cc2247 EXPECT_EQ(cricket::TransportChannelState::STATE_CONNECTING, ch.GetState()); in TEST_F()
2292 EXPECT_EQ(cricket::TransportChannelState::STATE_CONNECTING, ch.GetState()); in TEST_F()
/external/webrtc/webrtc/libjingle/xmpp/
Dasyncsocket.h29 STATE_CONNECTING, //!< In the process of enumerator
/external/webrtc/webrtc/base/
Dasyncpacketsocket.h73 STATE_CONNECTING, enumerator
Dasynctcpsocket.cc101 return STATE_CONNECTING; in GetState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java125 BluetoothProfile.STATE_CONNECTING, in bluetoothMapGetConnectedDevices()
DBluetoothMapClientFacade.java199 BluetoothProfile.STATE_CONNECTING, in bluetoothMapClientGetConnectedDevices()
DBluetoothA2dpFacade.java228 BluetoothProfile.STATE_CONNECTING, in bluetoothA2dpGetConnectedDevices()
DGattClientFacade.java2049 } else if (newState == BluetoothProfile.STATE_CONNECTING) { in onConnectionStateChange()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1286 case Call.STATE_CONNECTING: in getCallStateString()