Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc849 TransportProtocol offer_proto = TransportProtocolFromDescription(offer); in NegotiateTransportDescription_w() local
861 if ((offer_proto == ICEPROTO_GOOGLE || offer_proto == ICEPROTO_RFC5245) && in NegotiateTransportDescription_w()
862 (offer_proto != answer_proto)) { in NegotiateTransportDescription_w()
865 << IceProtoToString(offer_proto) in NegotiateTransportDescription_w()