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

1 2

  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceRequest.java 69 * @param serviceType service type. Cannot be null <br>
75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) {
76 if (serviceType == null) {
79 return new WifiP2pDnsSdServiceRequest(serviceType + ".local.",
90 * @param serviceType service type. Cannot be null. <br>
97 String serviceType) {
98 if (instanceName == null || serviceType == null) {
102 String fullDomainName = instanceName + "." + serviceType + ".local.";
WifiP2pDnsSdServiceInfo.java 85 * @param serviceType service type.<br>
92 String serviceType, Map<String, String> txtMap) {
93 if (TextUtils.isEmpty(instanceName) || TextUtils.isEmpty(serviceType)) {
106 queries.add(createPtrServiceQuery(instanceName, serviceType));
107 queries.add(createTxtServiceQuery(instanceName, serviceType, txtRecord));
117 * @param serviceType service type.<br>
122 String serviceType) {
126 sb.append(createRequest(serviceType + ".local.", DNS_TYPE_PTR, VERSION_1));
143 * @param serviceType service type.<br>
149 String serviceType,
    [all...]
WifiP2pServiceRequest.java 90 * @param serviceType service discovery type.
95 private WifiP2pServiceRequest(int serviceType, int length,
97 mProtocolType = serviceType;
WifiP2pServiceResponse.java 112 * @param serviceType service discovery type.
118 protected WifiP2pServiceResponse(int serviceType, int status, int transId,
120 mServiceType = serviceType;
296 sbuf.append("serviceType:").append(mServiceType);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 40 int serviceType = 0;
44 Entry(UUID uuid, int serviceType, int instance) {
48 this.serviceType = serviceType;
51 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) {
55 this.serviceType = serviceType;
81 void addService(UUID uuid, int serviceType, int instance, int minHandles,
83 mEntries.add(new Entry(uuid, serviceType, instance, advertisePreferred));
91 void addIncludedService(UUID uuid, int serviceType, int instance)
    [all...]
HandleMap.java 41 int serviceType = 0;
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
53 this.serviceType = serviceType;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
63 this.serviceType = serviceType;
101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance,
103 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance, advertisePreferred));
136 int getServiceHandle(UUID uuid, int serviceType, int instance)
    [all...]
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 83 public void onDiscoveryStopped(String serviceType) {
84 Log.i(TAG, "Discovery stopped: " + serviceType);
88 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
94 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 142 // FIXME: This function should not deal with url or serviceType!
143 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
166 // FIXME: serviceType calculation does not belong in this function.
167 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
168 serviceType = p->value();
169 size_t pos = serviceType.find(";");
171 serviceType = serviceType.left(pos);
181 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
207 if (shouldUsePlugin(completedURL, serviceType, false, useFallback)
    [all...]
HTMLObjectElement.h 97 // FIXME: This function should not deal with url or serviceType
99 void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
HTMLPlugInElement.h 128 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java 92 * @param serviceType The type of this service,
96 public BluetoothGattService(UUID uuid, int serviceType) {
100 mServiceType = serviceType;
110 int instanceId, int serviceType) {
114 mServiceType = serviceType;
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.h 68 enum ServiceType {
86 ServiceType type,
91 static bool IsAvailable(content::BrowserContext* context, ServiceType type);
spelling_service_client_unittest.cc 223 SpellingServiceClient::ServiceType request_type;
327 const SpellingServiceClient::ServiceType kSuggest =
329 const SpellingServiceClient::ServiceType kSpellcheck =
  /external/chromium_org/chrome/common/extensions/api/
mdns.idl 31 // 'serviceType' key. Not specifying an event filter will not start any
  /external/chromium_org/extensions/common/
event_filtering_info.cc 43 result->SetString("serviceType", service_type_);
event_matcher.cc 15 const char kEventFilterServiceTypeKey[] = "serviceType";
  /external/mdnsresponder/mDNSPosix/
Client.c 72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation)
73 // Checks that serviceType is a reasonable service type
80 if (result && strlen(serviceType) > 63) {
88 if (result && serviceType[0] == 0) {
Responder.c 152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation)
153 // Checks that serviceType is a reasonable service type
160 if (result && strlen(serviceType) > 63) {
168 if (result && serviceType[0] == 0) {
418 const char * serviceType,
437 MakeDomainNameFromDNSNameString(&type, serviceType);
460 serviceType,
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 78 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
83 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
88 public void onDiscoveryStarted(String serviceType) {
90 info.setServiceType(serviceType);
95 public void onDiscoveryStopped(String serviceType) {
97 info.setServiceType(serviceType);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 633 fseek(fs, offsetof(mclfHeaderV2_t, serviceType), SEEK_SET);
634 serviceType_t serviceType;
635 fread((char *)&serviceType, 1, sizeof(serviceType), fs);
643 int serviceType_safe = serviceType > SERVICE_TYPE_SYSTEM_TRUSTLET ? SERVICE_TYPE_ILLEGAL : serviceType;
644 LOG_I(" Service is a %s (service type %d)", service_types[serviceType_safe], serviceType);
649 if (SERVICE_TYPE_DRIVER == serviceType || SERVICE_TYPE_SYSTEM_TRUSTLET == serviceType) {
660 } else if (SERVICE_TYPE_SP_TRUSTLET == serviceType) {
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 263 public void onStartDiscoveryFailed(String serviceType, int errorCode);
265 public void onStopDiscoveryFailed(String serviceType, int errorCode);
267 public void onDiscoveryStarted(String serviceType);
269 public void onDiscoveryStopped(String serviceType);
519 * @param serviceType The service type being discovered. Examples include "_http._tcp" for
523 * to stop discovery on this serviceType through a call on {@link #stopServiceDiscovery}.
526 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) {
530 if (TextUtils.isEmpty(serviceType)) {
539 s.setServiceType(serviceType);
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcLoadFormat.h 119 serviceType_t serviceType; /**< Type of service. */
123 mcDriverId_t driverId; /**< If the serviceType is SERVICE_TYPE_DRIVER the Driver ID is used. */
  /system/netd/
MDnsSdListener.cpp 155 const char *interfaceName, const char *serviceName, const char *serviceType,
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
412 char *serviceType = argv[3];
414 discover(cli, NULL, serviceType, NULL, requestId, 0);
425 char *serviceType = argv[4];
434 serviceType, domain, host, port, textLen, textRecord);
  /development/host/windows/usb/
android_winusb.inf 94 ServiceType = 1
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 237 public void onDiscoveryStopped(String serviceType) {
238 Log.i(TAG, "Discovery stopped: " + serviceType);
242 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
248 public void onStopDiscoveryFailed(String serviceType, int errorCode) {

Completed in 1616 milliseconds

1 2