HomeSort by relevance Sort by last modified time
    Searched refs:connection_role (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportdescription.h 77 connection_role(CONNECTIONROLE_NONE) {}
90 connection_role(role),
98 connection_role(CONNECTIONROLE_NONE) {}
104 connection_role(from.connection_role),
117 connection_role = from.connection_role;
146 ConnectionRole connection_role; member in struct:cricket::TransportDescription
dtlstransport.h 139 Base::local_description()->connection_role;
141 Base::remote_description()->connection_role;
transportdescriptionfactory.cc 122 desc->connection_role = role;
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc     [all...]
webrtcsdp.cc     [all...]
webrtcsession_unittest.cc     [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 575 selected_transport_info->description.connection_role;
583 it->description.connection_role = selected_connection_role;
    [all...]

Completed in 173 milliseconds