/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
midi.h | 29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */ 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/external/libusb_aah/libusb/os/ |
darwin_usb.c | 154 /* No pipe found with the correct endpoint address */ 155 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); [all...] |
windows_usb.c | 66 static int winusb_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint); 82 static int composite_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint); 564 safe_free(priv->usb_interface[iface].endpoint); 571 priv->usb_interface[iface].endpoint = (uint8_t*) calloc(1, if_desc->bNumEndpoints); 572 if (priv->usb_interface[iface].endpoint == NULL) { 578 priv->usb_interface[iface].endpoint[i] = if_desc->endpoint[i].bEndpointAddress; 579 usbi_dbg("(re)assigned endpoint %02X to interface %d", priv->usb_interface[iface].endpoint[i], iface); [all...] |
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 77 /* SEP Type. This indicates the stream endpoint type. */ 85 /* Media Type. This indicates the media type of the stream endpoint. */ 102 ** capabilities of a stream endpoint. This value is a mask. 251 UINT8 seid; /* Stream endpoint identifier */ 300 UINT8 int_seid; /* Stream endpoint ID of stream initiating the operation */ 461 ** Description Create a stream endpoint. After a stream endpoint is 463 ** this endpoint and an endpoint on a peer device. In 465 ** and connect to this endpoint [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 99 * @param endPoint The end point for the ray in world units. 109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection, 117 executeRay(startPoint, endPoint, hitPoint, hitNormal, mTileSegmentTester) != -1) { 126 if (testSegmentAgainstList(mTemporarySegments, startPoint, endPoint, tempHitPoint, 235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal, 239 newSegment.set(startPoint, endPoint, normal); 271 * @param endPoint The ending point for the ray in world space. 277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint, 304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint, 324 * @param endPoint The ending point for the ray in world space [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
issue_response_handler.h | 21 // endpoint. The token that's sent back in the response body is used as an
|
/external/kernel-headers/original/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/external/kernel-headers/original/asm-mips/ |
errno.h | 76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ 87 #define EISCONN 133 /* Transport endpoint is already connected */ 88 #define ENOTCONN 134 /* Transport endpoint is not connected */ 96 #define ESHUTDOWN 143 /* Cannot send after transport endpoint shutdown */
|
/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/webkit/Source/WebCore/platform/graphics/gpu/ |
PODIntervalTree.h | 68 // endpoint. 78 // endpoint. 114 // increasing low endpoint. 120 // Because the intervals are sorted by left endpoint, inorder
|
/frameworks/av/media/mtp/ |
MtpRequestPacket.cpp | 49 // write our buffer to the given endpoint (host mode)
|
MtpRequestPacket.h | 39 // write our buffer to the given endpoint
|
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/ |
accessorychat.c | 35 int endpoint = (int)arg; local 41 ret = usb_device_bulk_transfer(sDevice, endpoint, buffer, sizeof(buffer), 1000); 55 int endpoint = (int)arg; local 63 ret = usb_device_bulk_transfer(sDevice, endpoint, line, strlen(line), 1000);
|
/libcore/luni/src/main/java/java/net/ |
SocketAddress.java | 24 * socket-endpoint representing classes. The class has to be implemented
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 96 /* Endpoint information structure */
97 /* bToggle of endpoint 0 initialized to 0xff */
100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
101 byte Attr; // Endpoint transfer type.
110 EP_RECORD* epinfo; //device endpoint information
120 /* each entry contains pointer to endpoint structure */
123 //EP_RECORD dev0ep; //Endpoint data structure used during enumeration for uninitialized device
|
/system/core/adb/ |
usb_osx.c | 309 UInt8 endpoint; local 345 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { 352 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, 360 handle->bulkIn = endpoint; 363 handle->bulkOut = endpoint; 468 DBG("ERR: bulkOut endpoint not assigned\n"); 511 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; 488 ERR("bulkIn endpoint not assigned\n"); 521 ERR("bulkOut endpoint not assigned\n");
|
/external/chromium/net/spdy/ |
spdy_session_pool.cc | 215 IPEndPoint endpoint; local 216 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen); 219 SpdyAliasMap::const_iterator it = aliases_.find(endpoint); 349 IPEndPoint endpoint; local 350 endpoint.FromSockAddr(address->ai_addr, address->ai_addrlen); 351 aliases_[endpoint] = pair;
|
/external/qemu/docs/ |
CHAR-DEVICES.TXT | 157 given CS object, called the endpoint. You can create one with: 160 CharDriverState* qemu_chr_open_buffer( CharDriverState* endpoint ); 163 that is sent to it, but cannot be sent to the endpoint yet. On each event loop 164 iteration, the CharBuffer will try to send data to the endpoint until it 171 same on the endpoint. Any endpoint-initiated calls to can_read()/read()
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 262 * Binds this socket to an endpoint name. May only be called on an instance 265 * @param endpoint endpoint address 268 public void bind(LocalSocketAddress endpoint) throws IOException 274 bindLocal(fd, endpoint.getName(), endpoint.getNamespace().getId());
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
PlatformPathWinCE.cpp | 420 PathPoint endPoint = data.m_end; 422 std::swap(startPoint, endPoint); 425 int q1 = quadrant(endPoint, data.m_center); 429 if (startPoint.m_x == endPoint.m_x || isQuadrantOnBottom(q0) != startPoint.m_x > endPoint.m_x) { 443 inflateRectToContainPoint(r, endPoint.m_x, endPoint.m_y); 682 PathPoint endPoint; 684 endPoint.m_x = p1.m_x + v21.m_x * rate; 685 endPoint.m_y = p1.m_y + v21.m_y * rate [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 141 /* No pipe found with the correct endpoint address */ 142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); 910 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table"); 946 /* clean up endpoint data */ [all...] |