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

  /external/webrtc/webrtc/p2p/base/
transportdescription.h 76 : ice_mode(ICEMODE_FULL),
82 IceMode ice_mode,
89 ice_mode(ice_mode),
97 ice_mode(ICEMODE_FULL),
103 ice_mode(from.ice_mode),
116 ice_mode = from.ice_mode;
145 IceMode ice_mode; member in struct:cricket::TransportDescription
    [all...]
transport.cc 371 remote_description_->ice_mode == ICEMODE_LITE) {
375 // Update remote ice_mode to all existing channels.
376 remote_ice_mode_ = remote_description_->ice_mode;
port_unittest.cc 278 void SetIceMode(IceMode ice_mode) {
279 ice_mode_ = ice_mode;
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc     [all...]
webrtcsdp.cc     [all...]

Completed in 687 milliseconds