HomeSort by relevance Sort by last modified time
    Searched refs:ep2 (Results 1 - 4 of 4) sorted by null

  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 99 struct usb_endpoint_descriptor *ep2 = NULL; local
106 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
111 ep2 = (struct usb_endpoint_descriptor *)desc;
121 if (!ep1 || !ep2) {
134 endpoints[1] = ep2->bEndpointAddress;
136 endpoints[0] = ep2->bEndpointAddress;
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 107 struct usb_endpoint_descriptor *ep2 = NULL; local
113 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
118 ep2 = (struct usb_endpoint_descriptor *)desc;
128 if (!ep1 || !ep2) {
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress);
  /system/core/adb/
usb_linux.c 158 struct usb_endpoint_descriptor *ep1, *ep2; local
234 ep2 = (struct usb_endpoint_descriptor *)bufptr;
240 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
241 ep2->bDescriptorType != USB_DT_ENDPOINT) {
248 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) {
260 local_ep_out = ep2->bEndpointAddress;
262 local_ep_in = ep2->bEndpointAddress;
  /external/tcpdump/
print-isakmp.c 579 const u_char *ep2; local
620 ep2 = (u_char *)p + item_len;
621 while (cp < ep && cp < ep2) {
623 cp = isakmp_attrmap_print(cp, (ep < ep2) ? ep : ep2,
626 cp = isakmp_attr_print(cp, (ep < ep2) ? ep : ep2);
628 if (ep < ep2)
980 u_char *ep2; local
1074 ep2 = (u_char *)p + item_len
    [all...]

Completed in 121 milliseconds