/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...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 276 final int startPoint, final int endPoint, final boolean vcardType21) { 277 if (startPoint < 1 || startPoint > endPoint) { 278 Log.e(TAG, "internal error: startPoint or endPoint is not correct."); 300 if (startPoint == endPoint) { 303 callsCursor.moveToPosition(endPoint - 1); 315 if (startPoint == endPoint) { 337 final int endPoint, final boolean vcardType21, String ownerVCard) { 338 if (startPoint < 1 || startPoint > endPoint) { 339 Log.e(TAG, "internal error: startPoint or endPoint is not correct."); 354 if (startPoint == endPoint) { [all...] |
/libcore/luni/src/main/java/java/net/ |
InetSocketAddress.java | 24 * This class represents a socket endpoint described by a IP address and a port 47 * Creates a socket endpoint with the given port number {@code port} and 59 * Creates a socket endpoint with the given port number {@code port} and 79 * Creates a socket endpoint with the given port number {@code port} and the 136 * @return the socket endpoint port number. 145 * @return the socket endpoint address.
|
SocketAddress.java | 24 * socket-endpoint representing classes. The class has to be implemented
|
/development/host/windows/usb/api/ |
adb_api.cpp | 359 // Lookup endpoint object for the handle
376 // Lookup endpoint object for the handle
397 // Lookup endpoint object for the handle
422 // Lookup endpoint object for the handle
446 // Lookup endpoint object for the handle
467 // Lookup endpoint object for the handle
487 // Lookup endpoint object for the handle
504 // Lookup endpoint object for the handle
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 */
|
/prebuilts/gcc/linux-x86/host/i686-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 */
|
/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/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/bluetooth/bluez/audio/ |
transport.c | 70 struct media_endpoint *endpoint; /* Transport endpoint */ member in struct:media_transport 233 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint); 279 struct media_endpoint *endpoint = transport->endpoint; local 281 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint); 306 struct a2dp_sep *sep = media_endpoint_get_sep(transport->endpoint); 323 struct media_endpoint *endpoint = transport->endpoint; local 324 struct a2dp_sep *sep = media_endpoint_get_sep(endpoint); [all...] |
transport.h | 28 struct media_endpoint *endpoint,
|
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/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);
|
/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 */
|
/system/core/include/usbhost/ |
usbhost.h | 50 int endpoint; member in struct:usb_request 179 /* Sends a control message to the specified device on endpoint zero */ 189 /* Reads or writes on a bulk endpoint. 193 int endpoint,
|
/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
|