HomeSort by relevance Sort by last modified time
    Searched full:protocoltype (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/jingle/notifier/communicator/
DEPS 2 # Need for cricket::ProtocolType.
connection_settings.cc 10 // the definition of ProtocolType. Don't use any functions from
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 71 * @param protocolType service discovery protocol.
75 protected WifiP2pServiceRequest(int protocolType, String query) {
78 mProtocolType = protocolType;
186 * @param protocolType can be {@link WifiP2pServiceInfo#SERVICE_TYPE_ALL}
195 public static WifiP2pServiceRequest newInstance(int protocolType, String queryData) {
196 return new WifiP2pServiceRequest(protocolType, queryData);
202 * @param protocolType can be {@link WifiP2pServiceInfo#SERVICE_TYPE_ALL}
210 public static WifiP2pServiceRequest newInstance(int protocolType ) {
211 return new WifiP2pServiceRequest(protocolType, null);
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.cc 20 ProtocolType protocol_type = PROTOCOL_UNKNOWN;
26 UMA_HISTOGRAM_ENUMERATION("Net.SocketStream.ProtocolType",
socket_stream_metrics.h 21 enum 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/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,
relayport.h 102 ProtocolType proto,
testturnserver.h 91 ProtocolType proto) {
relayserver.h 77 cricket::ProtocolType proto);
90 cricket::ProtocolType> ServerSocketMap;
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);
portproxy.cc 160 ProtocolType proto,
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...]
p2ptransportchannel.h 207 ProtocolType proto,
turnport.h 204 ProtocolType proto, const rtc::PacketTime& packet_time);
  /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/content/browser/renderer_host/p2p/
socket_host.h 95 enum ProtocolType { UDP = 0x1, TCP = 0x2 };
133 ProtocolType protocol_type);
165 ProtocolType protocol_type_;
  /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/app/webrtc/
portallocatorfactory.cc 71 cricket::ProtocolType protocol;
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 463 * @param protocolType The service discovery protocol
468 public void registerService(NsdServiceInfo serviceInfo, int protocolType,
480 if (protocolType != PROTOCOL_DNS_SD) {
537 * @param protocolType The service discovery protocol
542 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) {
550 if (protocolType != PROTOCOL_DNS_SD) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 312 WSD_PROTOCOL_TYPE ProtocolType;
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 266 cricket::ProtocolType protocol;

Completed in 1493 milliseconds

1 2