HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolType (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 102 ProtocolType proto);
107 ProtocolType proto);
118 ProtocolType proto,
129 cricket::ProtocolType proto_;
182 ProtocolType> InternalSocketMap;
184 ProtocolType> ServerSocketMap;
portinterface.h 46 enum ProtocolType {
108 ProtocolType, IceMessage*, const std::string&,
portproxy.h 92 ProtocolType proto,
port.h 105 const char* ProtoToString(ProtocolType proto);
106 bool StringToProto(const char* value, ProtocolType* proto);
110 ProtocolType proto;
113 ProtocolAddress(const rtc::SocketAddress& a, ProtocolType p)
115 ProtocolAddress(const rtc::SocketAddress& a, ProtocolType p, bool sec)
334 ProtocolType proto);
relayport.h 102 ProtocolType proto,
testturnserver.h 91 ProtocolType proto) {
relayserver.h 77 cricket::ProtocolType proto);
90 cricket::ProtocolType> ServerSocketMap;
portproxy.cc 160 ProtocolType proto,
p2ptransportchannel.h 207 ProtocolType proto,
turnport.h 204 ProtocolType proto, const rtc::PacketTime& packet_time);
turnserver.cc 235 ProtocolType proto) {
242 ProtocolType proto) {
266 ProtocolType proto = server_listen_sockets_[server_socket];
619 ProtocolType proto,
    [all...]
port_unittest.cc 279 ProtocolType proto,
382 void TestLocalToRelay(RelayType rtype, ProtocolType proto) {
405 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) {
417 void TestTcpToRelay(RelayType rtype, ProtocolType proto) {
423 void TestSslTcpToRelay(RelayType rtype, ProtocolType proto) {
465 ProtocolType int_proto, ProtocolType ext_proto) {
474 ProtocolType int_proto, ProtocolType ext_proto) {
480 ProtocolType int_proto, ProtocolType ext_proto
    [all...]
port.cc 136 const char* ProtoToString(ProtocolType proto) {
140 bool StringToProto(const char* value, ProtocolType* proto) {
143 *proto = static_cast<ProtocolType>(i);
299 ProtocolType proto) {
    [all...]
relayport.cc 60 ProtocolType GetProtocol() const {
395 ProtocolType proto,
550 ProtocolType proto = PROTO_UDP;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 95 enum ProtocolType { UDP = 0x1, TCP = 0x2 };
133 ProtocolType protocol_type);
165 ProtocolType protocol_type_;
socket_host.cc 460 ProtocolType protocol_type)
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.h 21 enum ProtocolType {
socket_stream_metrics.cc 20 ProtocolType protocol_type = PROTOCOL_UNKNOWN;
26 UMA_HISTOGRAM_ENUMERATION("Net.SocketStream.ProtocolType",
socket_stream_metrics_unittest.cc 23 TEST(SocketStreamMetricsTest, ProtocolType) {
29 StatisticsRecorder::FindHistogram("Net.SocketStream.ProtocolType");
42 StatisticsRecorder::FindHistogram("Net.SocketStream.ProtocolType");
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 98 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
107 cricket::ProtocolType protocol() const { return protocol_; }
117 cricket::ProtocolType protocol_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 196 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
248 ProtocolType type) const;
249 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
253 RelayType turn_type, ProtocolType type) const;
basicportallocator.cc 122 void EnableProtocol(ProtocolType proto);
123 bool ProtocolEnabled(ProtocolType proto) const;
134 typedef std::vector<ProtocolType> ProtocolList;
535 ProtocolType pvalue;
589 ProtocolType proto) {
600 ProtocolType pvalue;
877 void AllocationSequence::EnableProtocol(ProtocolType proto) {
884 bool AllocationSequence::ProtocolEnabled(ProtocolType proto) const {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.cc 71 cricket::ProtocolType protocol;
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 266 cricket::ProtocolType protocol;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 312 WSD_PROTOCOL_TYPE ProtocolType;

Completed in 884 milliseconds

1 2