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

  /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
  /external/qemu/
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...]
  /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");
  /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");
  /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
  /external/kernel-headers/original/linux/
usbdevice_fs.h 97 unsigned char endpoint; member in struct:usbdevfs_urb
131 unsigned char endpoint; member in struct:usbdevfs_urb32
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...]
  /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
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 102 InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints - 2]; local
104 InlineIterator currpoint = endpoint;
110 if (endpoint.obj->style()->collapseWhiteSpace()) {
111 if (endpoint.obj->isText()) {
112 // Don't shave a character off the endpoint if it was from a soft hyphen.
113 RenderText* textObj = toRenderText(endpoint.obj);
114 if (endpoint.pos + 1 < textObj->textLength()) {
115 if (textObj->characters()[endpoint.pos+1] == softHyphen)
123 endpoint.pos--;
166 // need to go ahead and append a run with our endpoint
    [all...]
  /external/v8/src/
objects.cc 4314 int endpoint = length - kStepSize; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 58981 FilePoint endpoint; \/* Pointer to the end of the file *\/ member in struct:MemJournal
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 7793 milliseconds