HomeSort by relevance Sort by last modified time
    Searched refs:endpoint (Results 76 - 100 of 364) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 377 status_t setRetransmitEndpoint(const struct sockaddr_in* endpoint)
383 if (NULL != endpoint) {
384 data.writeInt32(sizeof(*endpoint));
385 data.write(endpoint, sizeof(*endpoint));
406 status_t getRetransmitEndpoint(struct sockaddr_in* endpoint)
418 data.read(endpoint, sizeof(*endpoint));
667 struct sockaddr_in endpoint; local
668 memset(&endpoint, 0, sizeof(endpoint))
682 struct sockaddr_in endpoint; local
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 124 struct usb_endpoint_descriptor *endpoint = (struct usb_endpoint_descriptor *)desc; local
127 endpoint->bEndpointAddress, endpoint->bmAttributes,
128 __le16_to_cpu(endpoint->wMaxPacketSize), endpoint->bInterval);
  /external/jetty/src/java/org/eclipse/jetty/server/
AsyncHttpConnection.java 27 import org.eclipse.jetty.io.EndPoint;
48 public AsyncHttpConnection(Connector connector, EndPoint endpoint, Server server)
50 super(connector,endpoint,server);
51 _asyncEndp=(AsyncEndPoint)endpoint;
93 // Has any IO been done by the endpoint itself since last loop
181 LOG.info("EndPoint making no progress: "+_total_no_progress+" "+_endp+" "+this);
184 LOG.warn("Closing EndPoint making no progress: "+_total_no_progress+" "+_endp+" "+this);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
search.py 149 def __init__(self, domain=None, endpoint=None):
151 self.endpoint = endpoint
152 if not endpoint:
153 self.endpoint = domain.search_service_endpoint
285 url = "http://%s/2011-02-01/search" % (self.endpoint)
  /bionic/tools/bionicbb/
bionicbb.py 31 def gerrit_url(endpoint):
33 return gerrit_base_url + endpoint
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockServerSocket.java 112 public void bind(SocketAddress endpoint, int backlog) throws IOException {
117 public void bind(SocketAddress endpoint) throws IOException {
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 53 /// The endpoint type.
54 typedef typename Protocol::endpoint endpoint_type;
92 /// endpoint.
95 * specified endpoint on the local machine. The protocol used is the protocol
96 * associated with the given endpoint.
101 * @param endpoint An endpoint on the local machine to which the socket will
107 const endpoint_type& endpoint)
111 const protocol_type protocol = endpoint.protocol();
114 this->get_service().bind(this->get_implementation(), endpoint, ec)
    [all...]
basic_socket_acceptor.hpp 42 * asio::ip::tcp::endpoint endpoint(asio::ip::tcp::v4(), port);
43 * acceptor.open(endpoint.protocol());
45 * acceptor.bind(endpoint);
66 /// The endpoint type.
67 typedef typename Protocol::endpoint endpoint_type;
105 /// Construct an acceptor opened on the given endpoint.
108 * for new connections on the specified endpoint.
114 * @param endpoint An endpoint on the local machine on which the accepto
    [all...]
  /frameworks/av/include/media/
IMediaPlayer.h 79 virtual status_t setRetransmitEndpoint(const struct sockaddr_in* endpoint) = 0;
80 virtual status_t getRetransmitEndpoint(struct sockaddr_in* endpoint) = 0;
  /system/core/include/usbhost/
usbhost.h 50 int endpoint; member in struct:usb_request
203 /* Sends a control message to the specified device on endpoint zero */
213 /* Reads or writes on a bulk endpoint.
217 int endpoint,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch/
test_layers.py 66 endpoint='cloudsearch.us-west-2.amazonaws.com'
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch2/
test_layers.py 70 endpoint='cloudsearch.us-west-2.amazonaws.com'
  /external/google-breakpad/src/common/windows/
omap_internal.h 117 DWORD endpoint; member in struct:google_breakpad::EndpointIndex
130 // an interval in |mapping| that contains the endpoint. Useful for doing
  /external/jetty/src/java/org/eclipse/jetty/server/nio/
BlockingChannelConnector.java 34 import org.eclipse.jetty.io.EndPoint;
154 public void customize(EndPoint endpoint, Request request)
157 super.customize(endpoint, request);
158 endpoint.setMaxIdleTime(_maxIdleTime);
159 configure(((SocketChannel)endpoint.getTransport()).socket());
  /external/libusb/libusb/os/
linux_usbfs.h 87 unsigned char endpoint; member in struct:usbfs_urb
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 99 struct endpoint : dummy_base struct in namespace:asio::ip::tcp
  /external/ppp/pppd/
lcp.h 62 #define CI_EPDISC 19 /* endpoint discriminator */
104 bool neg_endpoint; /* negotiate endpoint discriminator */
112 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 131 struct endpoint {
144 endpoint ep<>; /* Universal addr(s) for server */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 157 struct endpoint {
170 endpoint ep<>; /* Universal addr(s) for server */
  /system/connectivity/shill/wifi/
mock_wifi.h 61 void(const WiFiEndpointConstRefPtr& endpoint));
wifi_provider.h 48 // visible (created due to an Endpoint becoming visible) and invisible
90 // Find a Service this Endpoint should be associated with.
92 const WiFiEndpointConstRefPtr& endpoint);
94 // Find or create a Service for |endpoint| to be associated with. This
96 // a new Service. It then associates |endpoint| with this service.
97 virtual void OnEndpointAdded(const WiFiEndpointConstRefPtr& endpoint);
99 // Called by a Device when it removes an Endpoint. If the Provider
103 const WiFiEndpointConstRefPtr& endpoint);
105 // Called by a Device when it receives notification that an Endpoint
106 // has changed. Ensure the updated endpoint still matches it
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
search.py 207 def __init__(self, domain=None, endpoint=None):
209 self.endpoint = endpoint
212 # Endpoint needs to be set before initializing CloudSearchDomainConnection
213 if not endpoint:
214 self.endpoint = domain.search_service_endpoint
227 host=self.endpoint,
342 url = "http://%s/%s/search" % (self.endpoint, api_version)
  /system/core/adb/
usb_osx.cpp 297 // When adb quits, we might clear the host endpoint but not the device.
316 UInt8 endpoint; local
354 for (endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) {
361 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
372 handle->bulkIn = endpoint;
377 handle->bulkOut = endpoint;
457 LOG(ERROR) << "bulkOut endpoint not assigned";
499 LOG(ERROR) << "bulkIn endpoint not assigned"
    [all...]
  /system/core/fastboot/
usb_osx.cpp 201 for (UInt8 endpoint = 1; endpoint <= interfaceNumEndpoints; endpoint++) {
208 kr = (*interface)->GetPipeProperties(interface, endpoint,
219 handle->bulkIn = endpoint;
222 handle->bulkOut = endpoint;
229 ERR("could not get pipe properties for endpoint %u (%08x)\n", endpoint, kr);
517 ERR("bulkIn endpoint not assigned\n");
549 ERR("bulkOut endpoint not assigned\n")
    [all...]
  /external/libusb/libusb/
core.c 675 struct libusb_config_descriptor *config, unsigned char endpoint)
690 &altsetting->endpoint[ep_idx];
691 if (ep->bEndpointAddress == endpoint)
701 * endpoint in the active device configuration.
710 * \param endpoint address of the endpoint in question
712 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
716 unsigned char endpoint)
729 ep = find_endpoint(config, endpoint);
739 * Calculate the maximum packet size which a specific endpoint is capable i
    [all...]

Completed in 581 milliseconds

1 2 34 5 6 7 8 91011>>