/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/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_;
|
/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/ |
turnserver.h | 45 ProtocolType proto, 56 cricket::ProtocolType proto_; 193 ProtocolType proto); 198 ProtocolType proto); 250 ProtocolType> InternalSocketMap; 252 ProtocolType> ServerSocketMap;
|
portinterface.h | 30 enum ProtocolType { 91 ProtocolType, IceMessage*, const std::string&,
|
relayport.h | 97 ProtocolType proto,
|
testturnserver.h | 74 ProtocolType proto) {
|
relayserver.h | 60 cricket::ProtocolType proto); 73 cricket::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);
|
turnserver.cc | 146 ProtocolType proto) { 153 ProtocolType proto) { 177 ProtocolType proto = server_listen_sockets_[server_socket]; 530 ProtocolType proto,
|
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...] |
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...] |
portallocator.h | 98 ProtocolType proto,
|
relayport.cc | 44 ProtocolType GetProtocol() const { 394 ProtocolType proto, 550 ProtocolType proto = PROTO_UDP;
|
p2ptransportchannel.h | 225 ProtocolType proto,
|
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);
|
turnport.cc | 47 static int GetRelayPreference(cricket::ProtocolType proto, bool secure) { 858 ProtocolType proto, const rtc::PacketTime& packet_time) { [all...] |
relayserver.cc | 135 cricket::ProtocolType proto) {
|
/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) {
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiP2pManagerFacade.java | 353 @RpcParameter(name = "protocolType") Integer protocolType) { 354 WifiP2pServiceRequest request = WifiP2pServiceRequest.newInstance(protocolType);
|
/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,
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 568 * @param protocolType protocol type. currently only 574 public void onServiceAvailable(int protocolType, [all...] |