Searched defs:endpoint (Results 1 - 25 of 83) sorted by last modified time

1234

/external/valgrind/main/include/vki/
H A Dvki-linux.h2460 unsigned char endpoint; member in struct:vki_usbdevfs_urb
/external/sqlite/dist/orig/
H A Dsqlite3.c76412 FilePoint endpoint; /* Pointer to the end of the file */ member in struct:MemJournal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c76432 FilePoint endpoint; /* Pointer to the end of the file */ member in struct:MemJournal
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/android/
H A Dcharpipe.c257 ** 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/ppp/pppd/
H A Dlcp.h58 #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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/lldb/tools/driver/
H A DIOChannel.cpp158 int endpoint = cur_pos + page_size; local
159 if (endpoint > num_elements)
160 endpoint = num_elements;
161 for (; cur_pos < endpoint; cur_pos++)
/external/libusb/libusb/
H A Dcore.c675 struct libusb_config_descriptor *config, unsigned char endpoint)
690 &altsetting->endpoint[ep_idx];
691 if (ep->bEndpointAddress == endpoint)
701 * endpoint in the active device configuration.
710 * \param endpoint address of the endpoint in question
712 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
716 unsigned char endpoint)
729 ep = find_endpoint(config, endpoint);
739 * Calculate the maximum packet size which a specific endpoint i
674 find_endpoint( struct libusb_config_descriptor *config, unsigned char endpoint) argument
715 libusb_get_max_packet_size(libusb_device *dev, unsigned char endpoint) argument
764 libusb_get_max_iso_packet_size(libusb_device *dev, unsigned char endpoint) argument
1309 libusb_clear_halt(libusb_device_handle *dev, unsigned char endpoint) argument
[all...]
H A Ddescriptor.c71 static void clear_endpoint(struct libusb_endpoint_descriptor *endpoint) argument
73 if (endpoint->extra)
74 free((unsigned char *) endpoint->extra);
78 struct libusb_endpoint_descriptor *endpoint, unsigned char *buffer,
103 usbi_parse_descriptor(buffer, "bbbbwbbb", endpoint, host_endian);
105 usbi_parse_descriptor(buffer, "bbbbwb", endpoint, host_endian);
139 endpoint->extra = NULL;
140 endpoint->extra_length = 0;
145 endpoint->extra = extra;
147 endpoint
77 parse_endpoint(struct libusb_context *ctx, struct libusb_endpoint_descriptor *endpoint, unsigned char *buffer, int size, int host_endian) argument
272 struct libusb_endpoint_descriptor *endpoint; local
[all...]
H A Dlibusb.h152 * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme.
166 * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field.
169 /** Control endpoint */
172 /** Isochronous endpoint */
175 /** Bulk endpoint */
178 /** Interrupt endpoint */
219 /** Set then report an endpoint's synchronization frame */
288 /** Data endpoint */
291 /** Feedback endpoint */
294 /** Implicit feedback Data endpoint */
442 const struct libusb_endpoint_descriptor *endpoint; member in struct:libusb_interface_descriptor
724 unsigned char endpoint; member in struct:libusb_transfer
954 libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
982 libusb_fill_interrupt_transfer( struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
1011 libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int num_iso_packets, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) argument
[all...]
H A Dsync.c154 unsigned char endpoint, unsigned char *buffer, int length,
164 libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, length,
217 * the direction bits of the endpoint address.
235 * \param endpoint the address of a valid endpoint to communicate with
237 * (depending on endpoint)
249 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
256 unsigned char endpoint, unsigned char *data, int length, int *transferred,
259 return do_sync_bulk_transfer(dev_handle, endpoint, data, length,
265 * from the direction bits of the endpoint addres
153 do_sync_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *buffer, int length, int *transferred, unsigned int timeout, unsigned char type) argument
255 libusb_bulk_transfer(struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
304 libusb_interrupt_transfer( struct libusb_device_handle *dev_handle, unsigned char endpoint, unsigned char *data, int length, int *transferred, unsigned int timeout) argument
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c141 /* 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 */
987 usbi_err (HANDLE_CTX (dev_handle), "could not build endpoint table");
994 static int darwin_clear_halt(struct libusb_device_handle *dev_handle, unsigned char endpoint) { argument
1002 /* determine the interface/endpoint to use */
1003 if (ep_to_pipeRef (dev_handle, endpoint, &pipeRef, &iface) != 0) {
1004 usbi_err (HANDLE_CTX (dev_handle), "endpoint not found on any open interface");
1014 /* newer versions of darwin support clearing additional bits on the device's endpoint */
[all...]
H A Dlinux_usbfs.c79 * endpoint is disabled, meaning that no more data can creep in during the
1190 unsigned char endpoint)
1193 unsigned int _endpoint = endpoint;
1344 int is_out = (transfer->endpoint & LIBUSB_ENDPOINT_DIR_MASK)
1382 urb->endpoint = transfer->endpoint;
1547 urb->endpoint = transfer->endpoint;
1633 urb->endpoint = transfer->endpoint;
1189 op_clear_halt(struct libusb_device_handle *handle, unsigned char endpoint) argument
[all...]
H A Dlinux_usbfs.h87 unsigned char endpoint; member in struct:usbfs_urb
/external/libusb-compat/examples/
H A Dtestlibusb.c13 void print_endpoint(struct usb_endpoint_descriptor *endpoint) argument
15 printf(" bEndpointAddress: %02xh\n", endpoint->bEndpointAddress);
16 printf(" bmAttributes: %02xh\n", endpoint->bmAttributes);
17 printf(" wMaxPacketSize: %d\n", endpoint->wMaxPacketSize);
18 printf(" bInterval: %d\n", endpoint->bInterval);
19 printf(" bRefresh: %d\n", endpoint->bRefresh);
20 printf(" bSynchAddress: %d\n", endpoint->bSynchAddress);
36 print_endpoint(&interface->endpoint[i]);
/external/libusb-compat/libusb/
H A Dusb.h142 struct usb_endpoint_descriptor *endpoint; member in struct:usb_interface_descriptor
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h98 unsigned char endpoint; member in struct:usbdevfs_urb
/external/guava/guava/src/com/google/common/collect/
H A DCut.java38 final C endpoint; field in class:Cut
40 Cut(@Nullable C endpoint) { argument
41 this.endpoint = endpoint;
75 int result = Range.compareOrThrow(endpoint, that.endpoint);
84 C endpoint() { method in class:Cut
85 return endpoint;
119 @Override Comparable<?> endpoint() { method in class:Cut.BelowAll
185 @Override Comparable<?> endpoint() { method in class:Cut.AboveAll
228 belowValue(C endpoint) argument
233 BelowValue(C endpoint) argument
286 aboveValue(C endpoint) argument
291 AboveValue(C endpoint) argument
[all...]
H A DGeneralRange.java64 * Returns everything above the endpoint relative to the specified comparator, with the specified
65 * endpoint behavior.
67 static <T> GeneralRange<T> downTo(Comparator<? super T> comparator, @Nullable T endpoint, argument
69 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN);
73 * Returns everything below the endpoint relative to the specified comparator, with the specified
74 * endpoint behavior.
76 static <T> GeneralRange<T> upTo(Comparator<? super T> comparator, @Nullable T endpoint, argument
78 return new GeneralRange<T>(comparator, false, null, OPEN, true, endpoint, boundType);
83 * specified endpoint behavior.
H A DRanges.java127 * upper}, where each endpoint may be either inclusive (closed) or exclusive
149 * endpoint}.
151 public static <C extends Comparable<?>> Range<C> lessThan(C endpoint) { argument
152 return create(Cut.<C>belowAll(), Cut.belowValue(endpoint));
157 * {@code endpoint}.
159 public static <C extends Comparable<?>> Range<C> atMost(C endpoint) { argument
160 return create(Cut.<C>belowAll(), Cut.aboveValue(endpoint));
164 * Returns a range with no lower bound up to the given endpoint, which may be
168 C endpoint, BoundType boundType) {
171 return lessThan(endpoint);
167 upTo( C endpoint, BoundType boundType) argument
183 greaterThan(C endpoint) argument
191 atLeast(C endpoint) argument
199 downTo( C endpoint, BoundType boundType) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp398 ISEInput endpoint; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockISEInputs
402 , endpoint ()
579 // Write color endpoint mode data of an ASTC block.
866 writeColorEndpointData(block, colorEndpointISEParams, iseInputs.endpoint, numColorEndpointValues, numBitsForColorEndpoints, colorEndpointDataStartNdx);
872 // Generate default ISE inputs for weight and endpoint data - gradient-ish values.
899 result.endpoint.isGivenInBlockForm = false;
907 result.endpoint.value.plain[i] = (i*colorEndpointRangeMax + (numColorEndpointValues-1)/2) / (numColorEndpointValues-1);
1108 // For each plane count & partition count combination, generate all color endpoint mode combinations.
1210 // For each endpoint mode, for each pair of components in the endpoint valu
[all...]

Completed in 2008 milliseconds

1234