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

1 2 34 5 6

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
usbdevice_fs.h 74 unsigned char endpoint; member in struct:usbdevfs_urb
  /frameworks/base/core/java/android/net/
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());
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 20 // TODO: Just use Endpoint, so this works for all endpoints.
293 Variable* endpoint; member in class:RpcProxyClass
312 // endpoint
313 this->endpoint = new Variable(RPC_ENDPOINT_INFO_TYPE, "_endpoint");
314 this->elements.push_back(new Field(PRIVATE, this->endpoint));
329 Variable* endpoint = new Variable(RPC_ENDPOINT_INFO_TYPE, "endpoint"); local
335 ctor->parameters.push_back(endpoint);
339 ctor->statements->Add(new Assignment(this->endpoint, endpoint));
    [all...]
  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 1097 IPEndPoint endpoint; local
1141 IPEndPoint endpoint; local
1174 IPEndPoint endpoint; local
1207 IPEndPoint endpoint; local
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket.h 43 const HostPortPair& endpoint,
155 // The hostname and port of the endpoint. This is not necessarily the one
http_proxy_client_socket_pool.cc 35 HostPortPair endpoint,
45 endpoint_(endpoint),
284 params_->endpoint(),
363 params_->endpoint(),
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 43 // CONNECT frame for |endpoint|. After the SYN_REPLY is received,
48 const HostPortPair& endpoint,
147 // The hostname and port of the endpoint. This is not necessarily the one
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketImpl.java 484 public void connect(SocketAddress endpoint) throws IOException {
485 super.connect(endpoint);
495 public void connect(SocketAddress endpoint, int timeout)
497 super.connect(endpoint, timeout);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 127 struct endpoint { struct
132 typedef struct endpoint endpoint; typedef in typeref:struct:endpoint
138 endpoint *ep_val;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 127 struct endpoint { struct
132 typedef struct endpoint endpoint; typedef in typeref:struct:endpoint
138 endpoint *ep_val;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 127 struct endpoint { struct
132 typedef struct endpoint endpoint; typedef in typeref:struct:endpoint
138 endpoint *ep_val;
  /external/bluetooth/bluez/audio/
a2dp.c 66 struct media_endpoint *endpoint; member in struct:a2dp_sep
374 if (sep->endpoint)
375 media_endpoint_clear_configuration(sep->endpoint);
647 static void endpoint_setconf_cb(struct media_endpoint *endpoint, void *ret,
710 ret = media_endpoint_set_configuration(a2dp_sep->endpoint,
750 length = media_endpoint_get_capabilities(a2dp_sep->endpoint,
774 static void endpoint_open_cb(struct media_endpoint *endpoint, void *ret,
833 /* Notify Endpoint */
834 if (a2dp_sep->endpoint) {
841 if (media_endpoint_set_configuration(a2dp_sep->endpoint, dev
    [all...]
  /external/ppp/pppd/
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...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 143 void OnMucJoined(const buzz::Jid& endpoint);
145 void OnMucLeft(const buzz::Jid& endpoint, int error);
  /external/guava/guava/src/com/google/common/collect/
Range.java 43 * each of which can <i>open</i> (exclusive of its endpoint), <i>closed</i>
44 * (inclusive of its endpoint), or <i>unbounded</i>. This yields nine basic
67 * The upper endpoint may not be less than the lower endpoint. The endpoints may
127 * Returns {@code true} if this range has a lower endpoint.
134 * Returns the lower endpoint of this range.
140 return lowerBound.endpoint();
145 * the range includes its lower endpoint, {@link BoundType#OPEN} if it does
156 * Returns {@code true} if this range has an upper endpoint.
163 * Returns the upper endpoint of this range
    [all...]
  /external/libusb-compat/libusb/
core.c 359 if (iface->endpoint) {
362 clear_endpoint_descriptor(iface->endpoint + i);
363 free(iface->endpoint);
420 dest->endpoint = malloc(alloc_size);
421 if (!dest->endpoint)
423 memset(dest->endpoint, 0, alloc_size);
426 int r = copy_endpoint_descriptor(dest->endpoint + i, &src->endpoint[i]);
736 usbi_dbg("endpoint %x", ep);
751 usbi_dbg("endpoint %x size %d timeout %d", ep, size, timeout)
    [all...]
  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 173 jint endpoint, jbyteArray buffer, jint length, jint timeout)
190 jint result = usb_device_bulk_transfer(device, endpoint, bufferBytes, length, 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:
  /system/core/libusbhost/
usbhost.c 476 int endpoint,
488 ctrl.ep = endpoint;
507 D("Unsupported endpoint type %d", ep_desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK);
511 urb->endpoint = ep_desc->bEndpointAddress;
522 req->endpoint = urb->endpoint;

Completed in 807 milliseconds

1 2 34 5 6