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

  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 106 struct usb_endpoint_descriptor *ep1 = NULL; local
113 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
117 if (ep1)
120 ep1 = (struct usb_endpoint_descriptor *)desc;
128 if (!ep1 || !ep2) {
138 if ((ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) {
139 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)(uintptr_t)ep1->bEndpointAddress);
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 112 struct usb_endpoint_descriptor *ep1 = NULL; local
117 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
121 if (ep1)
124 ep1 = (struct usb_endpoint_descriptor *)desc;
132 if (!ep1 || !ep2) {
142 if ((ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) {
143 read_ep = ep1->bEndpointAddress;
147 write_ep = ep1->bEndpointAddress;
  /system/core/adb/client/
usb_linux.cpp 146 struct usb_endpoint_descriptor *ep1, *ep2; local
223 ep1 = (struct usb_endpoint_descriptor *)bufptr;
241 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
242 ep1->bDescriptorType != USB_DT_ENDPOINT ||
250 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK ||
257 max_packet_size = ep1->wMaxPacketSize;
258 zero_mask = ep1->wMaxPacketSize - 1;
263 if (ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) {
264 local_ep_in = ep1->bEndpointAddress;
268 local_ep_out = ep1->bEndpointAddress
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 82 milliseconds