Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dasync_packet_socket.h65 STATE_CONNECTING, enumerator
Dasync_tcp_socket.cc112 return STATE_CONNECTING; in GetState()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMapFacade.java125 BluetoothProfile.STATE_CONNECTING, in bluetoothMapGetConnectedDevices()
DBluetoothA2dpFacade.java228 BluetoothProfile.STATE_CONNECTING, in bluetoothA2dpGetConnectedDevices()
DBluetoothMapClientFacade.java199 BluetoothProfile.STATE_CONNECTING, in bluetoothMapClientGetConnectedDevices()
DGattClientFacade.java2049 } else if (newState == BluetoothProfile.STATE_CONNECTING) { in onConnectionStateChange()
/external/webrtc/p2p/base/
Dice_transport_internal.h198 STATE_CONNECTING, // Will enter this state once a connection is created enumerator
Dp2p_transport_channel.cc418 return IceTransportState::STATE_CONNECTING; in ComputeState()
1836 RTC_DCHECK(state == IceTransportState::STATE_CONNECTING || in UpdateState()
1840 case IceTransportState::STATE_CONNECTING: in UpdateState()
1848 RTC_DCHECK(state == IceTransportState::STATE_CONNECTING || in UpdateState()
1854 RTC_DCHECK(state == IceTransportState::STATE_CONNECTING || in UpdateState()
Dfake_ice_transport.h142 return IceTransportState::STATE_CONNECTING; in GetState()
Dturn_port.h44 STATE_CONNECTING, // Initial state, cannot send any packets. enumerator
Dturn_port.cc237 state_(STATE_CONNECTING), in TurnPort()
279 state_(STATE_CONNECTING), in TurnPort()
Dp2p_transport_channel_unittest.cc4274 EXPECT_EQ(IceTransportState::STATE_CONNECTING, ch.GetState()); in TEST_F()
4332 EXPECT_EQ(IceTransportState::STATE_CONNECTING, ch.GetState()); in TEST_F()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCBluetoothManager.java153 } else if (state == BluetoothHeadset.STATE_CONNECTING) { in onReceive()
512 case BluetoothAdapter.STATE_CONNECTING: in stateToString()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java1286 case Call.STATE_CONNECTING: in getCallStateString()