Home
last modified time | relevance | path

Searched refs:CONNECTIONROLE_NONE (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/p2p/base/
Dtransport_description.cc146 : ice_mode(ICEMODE_FULL), connection_role(CONNECTIONROLE_NONE) {} in TransportDescription()
167 connection_role(CONNECTIONROLE_NONE) {} in TransportDescription()
Dtransport_description.h53 CONNECTIONROLE_NONE = 0, enumerator
/external/webrtc/pc/
Djsep_session_description_unittest.cc78 cricket::ICEMODE_FULL, cricket::CONNECTIONROLE_NONE, NULL))); in CreateCricketSessionDescription()
83 cricket::ICEMODE_FULL, cricket::CONNECTIONROLE_NONE, NULL))); in CreateCricketSessionDescription()
Djsep_transport.cc648 remote_connection_role == CONNECTIONROLE_NONE) { in NegotiateDtlsRole()
659 remote_connection_role != CONNECTIONROLE_NONE) { in NegotiateDtlsRole()
Djsep_transport_unittest.cc136 ConnectionRole role = CONNECTIONROLE_NONE) { in MakeJsepTransportDescription()
866 remote_desc.transport_desc.connection_role = CONNECTIONROLE_NONE; in TEST_F()
Dwebrtc_sdp_unittest.cc1180 cricket::CONNECTIONROLE_NONE; in MakeBundleOnlyDescription()
1685 cricket::CONNECTIONROLE_NONE, &fingerprint))); in AddFingerprint()
1690 cricket::CONNECTIONROLE_NONE, &fingerprint))); in AddFingerprint()
3701 EXPECT_EQ(cricket::CONNECTIONROLE_NONE, in TEST_F()
3708 EXPECT_EQ(cricket::CONNECTIONROLE_NONE, in TEST_F()
Dwebrtc_sdp.cc1497 cricket::CONNECTIONROLE_NONE) { in BuildMediaDescription()
Dpeer_connection_integrationtest.cc2842 transport.description.connection_role = cricket::CONNECTIONROLE_NONE; in MakeSpecCompliantMaxBundleOffer()