HomeSort by relevance Sort by last modified time
    Searched refs:endpoint (Results 1 - 25 of 34) sorted by null

1 2

  /external/qemu/
charpipe.h 23 /* create a buffering character driver for a given endpoint. The result will buffer
24 * anything that is sent to it but cannot be sent to the endpoint immediately.
25 * On the other hand, if the endpoint calls can_read() or read(), these calls
28 extern CharDriverState* qemu_chr_open_buffer( CharDriverState* endpoint );
charpipe.c 257 ** the data that is sent to a given endpoint CharDriverState
261 ** by the endpoint will be passed to the CharBuffer's corresponding
269 CharDriverState* endpoint; /* NULL if closed */ member in struct:CharBuffer
285 cbuf->endpoint = NULL;
287 if (cbuf->endpoint != NULL) {
288 qemu_chr_close(cbuf->endpoint);
289 cbuf->endpoint = NULL;
297 CharDriverState* peer = cbuf->endpoint;
348 CharDriverState* peer = cbuf->endpoint;
391 qemu_chr_add_handlers( cbuf->endpoint,
    [all...]
  /external/kernel-headers/original/linux/
usb.h 46 * struct usb_host_endpoint - host-side endpoint descriptor and queue
47 * @desc: descriptor for this endpoint, wMaxPacketSize in native byteorder
48 * @urb_list: urbs queued to this endpoint; maintained by usbcore
52 * @extra: descriptors following this endpoint in the configuration
55 * USB requests are always queued to a given endpoint, identified by a
75 struct usb_host_endpoint *endpoint; member in struct:usb_host_interface
93 * endpoint configurations. They will be in no particular order.
113 * or by a product's vendor. The (default) control endpoint is part of
174 * set of endpoint configurations. They will be in no particular order.
333 unsigned int toggle[2]; /* one bit for each endpoint
    [all...]
usbdevice_fs.h 97 unsigned char endpoint; member in struct:usbdevfs_urb
131 unsigned char endpoint; member in struct:usbdevfs_urb32
  /frameworks/base/core/java/android/net/
LocalSocket.java 84 * Connects this socket to an endpoint. May only be called on an instance
87 * @param endpoint endpoint address
91 public void connect(LocalSocketAddress endpoint) throws IOException {
98 impl.connect(endpoint, 0);
105 * Binds this socket to an endpoint name. May only be called on an instance
108 * @param bindpoint endpoint address
241 public void connect(LocalSocketAddress endpoint, int timeout)
LocalSocketImpl.java 242 * Binds this socket to an endpoint name. May only be called on an instance
245 * @param endpoint endpoint address
248 public void bind(LocalSocketAddress endpoint) throws IOException
254 bindLocal(fd, endpoint.getName(), endpoint.getNamespace().getId());
  /external/ppp/pppd/
lcp.h 58 #define CI_EPDISC 19 /* endpoint discriminator */
88 bool neg_endpoint; /* negotiate endpoint discriminator */
96 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
lcp.c 77 bool noendpoint = 0; /* don't send/accept endpoint discriminator */
178 { "endpoint", o_special, (void *) setendpoint,
179 "Endpoint discriminator for multilink",
184 "Don't send or accept multilink endpoint discriminator", 1 },
314 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
318 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
328 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
676 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
753 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
754 go->endpoint.value, go->endpoint.length)
    [all...]
multilink.c 44 bool endpoint_specified; /* user gave explicit endpoint discriminator */
95 /* get a default endpoint value */
96 wo->neg_endpoint = get_default_epdisc(&wo->endpoint);
122 /* XXX should check the peer_authname and ho->endpoint
156 l += 3 * ho->endpoint.length + 8;
169 epdisc_to_str(&ho->endpoint));
466 * epdisc_to_str - make a printable string from an endpoint discriminator.
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 75 // ADB_QUERY_BULK_READ_ENDPOINT_INDEX into actual endpoint indexes and IDs.
76 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints;
77 endpoint++) {
78 // Get endpoint information
80 if (!GetEndpointInformation(endpoint, &pipe_info)) {
85 // This is a bulk endpoint. Cache its index and ID.
87 // Use this endpoint as default bulk read endpoint
89 def_read_endpoint_ = endpoint;
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 100 // ADB_QUERY_BULK_READ_ENDPOINT_INDEX into actual endpoint indexes and IDs.
101 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints;
102 endpoint++) {
103 // Get endpoint information
105 if (!WinUsb_QueryPipe(winusb_handle(), interface_number(), endpoint,
111 // This is a bulk endpoint. Cache its index and ID.
113 // Use this endpoint as default bulk read endpoint
115 def_read_endpoint_ = endpoint;
    [all...]
  /system/core/fastboot/
usb_osx.c 77 UInt8 endpoint; local
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
191 kr = (*interface)->GetPipeProperties(interface, endpoint,
202 handle->bulkIn = endpoint;
205 handle->bulkOut = endpoint;
481 ERR("bulkIn endpoint not assigned\n");
514 ERR("bulkOut endpoint not assigned\n");
  /system/core/adb/
usb_osx.c 301 UInt8 endpoint; local
337 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) {
344 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction,
352 handle->bulkIn = endpoint;
355 handle->bulkOut = endpoint;
460 DBG("ERR: bulkOut endpoint not assigned\n");
503 DBG("ERR: bulkIn endpoint not assigned\n");
  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketImpl.java 488 public void connect(SocketAddress endpoint) throws IOException {
489 super.connect(endpoint);
499 public void connect(SocketAddress endpoint, int timeout)
501 super.connect(endpoint, timeout);
  /external/protobuf/python/google/protobuf/internal/
decoder.py 190 (endpoint, pos) = local_DecodeVarint(buffer, pos)
191 endpoint += pos
192 if endpoint > end:
194 while pos < endpoint:
197 if pos > endpoint:
  /libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /external/iproute2/doc/
ip-tunnels.tex 90 packets to another endpoint is not hidden. If you dislike this, or if you
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
121 the interfaces, namely it sets not tunnel endpoint,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
214 address pointing to desired endpoint. F.e.\
245 not be able to escape to another device, when route to endpoint changes.

Completed in 372 milliseconds

1 2