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

1 2

  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 176 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
231 ProtocolType type) const;
232 bool SupportsProtocol(RelayType turn_type, ProtocolType type) const;
236 RelayType turn_type, ProtocolType type) const;
282 void EnableProtocol(ProtocolType proto);
283 bool ProtocolEnabled(ProtocolType proto) const;
298 typedef std::vector<ProtocolType> ProtocolList;
basicportallocator.cc 491 ProtocolType pvalue;
565 ProtocolType proto) {
576 ProtocolType pvalue;
855 void AllocationSequence::EnableProtocol(ProtocolType proto) {
862 bool AllocationSequence::ProtocolEnabled(ProtocolType proto) const {
    [all...]
  /external/webrtc/webrtc/p2p/base/
portinterface.h 30 enum ProtocolType {
91 ProtocolType, IceMessage*, const std::string&,
turnserver.h 45 ProtocolType proto,
56 cricket::ProtocolType proto_;
193 ProtocolType proto);
198 ProtocolType proto);
250 ProtocolType> InternalSocketMap;
252 ProtocolType> ServerSocketMap;
port.h 96 const char* ProtoToString(ProtocolType proto);
97 bool StringToProto(const char* value, ProtocolType* proto);
101 ProtocolType proto;
104 ProtocolAddress(const rtc::SocketAddress& a, ProtocolType p)
106 ProtocolAddress(const rtc::SocketAddress& a, ProtocolType p, bool sec)
327 ProtocolType proto);
relayport.h 97 ProtocolType proto,
testturnserver.h 74 ProtocolType proto) {
relayserver.h 60 cricket::ProtocolType proto);
73 cricket::ProtocolType> ServerSocketMap;
turnport_unittest.cc 171 cricket::ProtocolType proto,
317 void TestTurnAlternateServer(cricket::ProtocolType protocol_type) {
344 void TestTurnAlternateServerV4toV6(cricket::ProtocolType protocol_type) {
357 void TestTurnAlternateServerPingPong(cricket::ProtocolType protocol_type) {
380 cricket::ProtocolType protocol_type) {
    [all...]
p2ptransportchannel.h 225 ProtocolType proto,
portallocator.h 98 ProtocolType proto,
turnserver.cc 146 ProtocolType proto) {
153 ProtocolType proto) {
177 ProtocolType proto = server_listen_sockets_[server_socket];
530 ProtocolType proto,
port_unittest.cc 288 ProtocolType proto,
401 void TestLocalToRelay(RelayType rtype, ProtocolType proto) {
430 void TestStunToRelay(NATType ntype, RelayType rtype, ProtocolType proto) {
446 void TestTcpToRelay(RelayType rtype, ProtocolType proto) {
454 void TestSslTcpToRelay(RelayType rtype, ProtocolType proto) {
490 ProtocolType int_proto, ProtocolType ext_proto) {
499 ProtocolType int_proto, ProtocolType ext_proto) {
505 ProtocolType int_proto, ProtocolType ext_proto
    [all...]
port.cc 97 const char* ProtoToString(ProtocolType proto) {
101 bool StringToProto(const char* value, ProtocolType* proto) {
104 *proto = static_cast<ProtocolType>(i);
272 ProtocolType proto) {
    [all...]
turnport.h 227 ProtocolType proto, const rtc::PacketTime& packet_time);
relayport.cc 44 ProtocolType GetProtocol() const {
394 ProtocolType proto,
550 ProtocolType proto = PROTO_UDP;
turnport.cc 47 static int GetRelayPreference(cricket::ProtocolType proto, bool secure) {
858 ProtocolType proto, const rtc::PacketTime& packet_time) {
    [all...]
p2ptransportchannel.cc 494 const rtc::SocketAddress& address, ProtocolType proto,
    [all...]
relayserver.cc 135 cricket::ProtocolType proto) {
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 81 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
90 cricket::ProtocolType protocol() const { return protocol_; }
100 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;
iscsidsc.h 77 ProtocolType,
ntddndis.h     [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 241 cricket::ProtocolType turn_transport_type = cricket::PROTO_UDP;
    [all...]
webrtcsdp.cc     [all...]

Completed in 1345 milliseconds

1 2