HomeSort by relevance Sort by last modified time
    Searched full:remote_protocol_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 402 IceProtocolType remote_protocol_type; local
404 &remote_protocol_type) ||
420 SetIceProtocolType(remote_protocol_type);
485 IceProtocolType* remote_protocol_type) const {
501 *remote_protocol_type = (colon_pos != std::string::npos) ?
504 *remote_protocol_type = ice_protocol_;
506 if (*remote_protocol_type == ICEPROTO_RFC5245) {
514 } else if (*remote_protocol_type == ICEPROTO_GOOGLE) {
    [all...]
port.h 287 IceProtocolType* remote_protocol_type) const;

Completed in 64 milliseconds