HomeSort by relevance Sort by last modified time
    Searched defs:serviceType (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.h 49 const String& serviceType() const { return m_serviceType; }
70 bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
HTMLObjectElement.cpp 155 // FIXME: This function should not deal with url or serviceType!
156 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType)
179 // FIXME: serviceType calculation does not belong in this function.
180 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
181 serviceType = p->value();
182 size_t pos = serviceType.find(";");
184 serviceType = serviceType.left(pos);
194 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
220 if (loader->resourceWillUsePlugin(urlParameter, serviceType, shouldPreferPlugInsForImages())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 101 String serviceType;
111 serviceType = "application/x-mplayer2";
112 frame->loader()->subframeLoader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 40 int serviceType = 0;
43 Entry(UUID uuid, int serviceType, int instance) {
47 this.serviceType = serviceType;
72 void addService(UUID uuid, int serviceType, int instance, int minHandles) {
73 mEntries.add(new Entry(uuid, serviceType, instance));
81 void addIncludedService(UUID uuid, int serviceType, int instance) {
82 Entry entry = new Entry(uuid, serviceType, instance);
HandleMap.java 41 int serviceType = 0;
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
52 this.serviceType = serviceType;
89 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
90 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance));
123 int getServiceHandle(UUID uuid, int serviceType, int instance) {
126 entry.serviceType == 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. */
  /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...]
  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 326 milliseconds