Searched defs:serviceType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc136 int32_t UdpSocketPosix::SetTOS(int32_t serviceType) argument
138 if (SetSockopt(IPPROTO_IP, IP_TOS ,(int8_t*)&serviceType ,4) != 0)
179 bool UdpSocketPosix::SetQos(int32_t /*serviceType*/,
H A Dudp_socket2_win.cc690 bool UdpSocket2Windows::SetQos(int32_t serviceType, argument
708 int32_t err = CreateFlowSpec(serviceType, tokenRate, bucketSize,
726 if(serviceType == 0)
740 Qos.SendingFlowspec.ServiceType = serviceType;
750 Qos.ReceivingFlowspec.ServiceType = serviceType;
784 Qos.ReceivingFlowspec.ServiceType = serviceType;
790 serviceType | SERVICE_NO_QOS_SIGNALING;
824 int32_t UdpSocket2Windows::SetTOS(int32_t serviceType) argument
837 int32_t res = SetTrafficControl(serviceType, -1, name);
847 (int8_t*)&serviceType,
1249 CreateFlowSpec(int32_t serviceType, int32_t tokenRate, int32_t bucketSize, int32_t peekBandwith, int32_t minPolicedSize, int32_t maxSduSize, FLOWSPEC* f) argument
[all...]
H A Dudp_transport_impl.cc427 int32_t UdpTransportImpl::SetQoS(bool QoS, int32_t serviceType, argument
433 return EnableQoS(serviceType, audio, maxBitrate, overrideDSCP);
440 int32_t UdpTransportImpl::EnableQoS(int32_t serviceType, argument
554 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
579 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
599 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
618 if (!rtpSock->SetQos(serviceType, token_rate, bucket_size,
636 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size,
649 if (!rtcpSock->SetQos(serviceType, token_rate, bucket_size,
659 _serviceType = serviceType;
717 QoS(bool& QoS, int32_t& serviceType, int32_t& overrideDSCP) const argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A DClient.c72 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) argument
73 // Checks that serviceType is a reasonable service type
80 if (result && strlen(serviceType) > 63) {
88 if (result && serviceType[0] == 0) {
H A DResponder.c152 static mDNSBool CheckThatServiceTypeIsUsable(const char *serviceType, mDNSBool printExplanation) argument
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,
417 RegisterOneService(const char * richTextName, const char * serviceType, const char * serviceDomain, const mDNSu8 text[], mDNSu16 textLen, long portNumber) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLObjectElement.cpp148 // FIXME: This function should not deal with url or serviceType!
149 void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType) argument
168 // FIXME: serviceType calculation does not belong in this function.
169 if (serviceType.isEmpty() && equalIgnoringCase(name, "type")) {
170 serviceType = p->value();
171 size_t pos = serviceType.find(";");
173 serviceType = serviceType.left(pos);
183 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
208 if (shouldUsePlugin(completedURL, serviceType, fals
284 String serviceType = m_serviceType; local
[all...]
H A DHTMLPlugInElement.cpp434 bool HTMLPlugInElement::wouldLoadAsNetscapePlugin(const String& url, const String& serviceType) argument
440 return document().frame()->loader().client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1400 milliseconds