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

  /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 *)(uintptr_t)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)(uintptr_t)ep2->bEndpointAddress);
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 113 struct usb_endpoint_descriptor *ep2 = NULL; local
117 while ((desc = usb_descriptor_iter_next(&iter)) != NULL && (!intf || !ep1 || !ep2)) {
122 ep2 = (struct usb_endpoint_descriptor *)desc;
132 if (!ep1 || !ep2) {
144 write_ep = ep2->bEndpointAddress;
146 read_ep = ep2->bEndpointAddress;
  /system/core/adb/client/
usb_linux.cpp 146 struct usb_endpoint_descriptor *ep1, *ep2; local
232 ep2 = (struct usb_endpoint_descriptor *)bufptr;
243 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
244 ep2->bDescriptorType != USB_DT_ENDPOINT) {
251 ep2->bmAttributes != USB_ENDPOINT_XFER_BULK) {
265 local_ep_out = ep2->bEndpointAddress;
267 local_ep_in = ep2->bEndpointAddress;
  /external/tcpdump/
print-isakmp.c 915 const u_char *p, const u_char *ep2,
928 if (ep2 < p + totlen) {
930 return ep2 + 1;
967 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep2)
979 if (ep2 < p + totlen) {
981 return ep2 + 1;
1244 const u_char *ep2; local
1657 const u_char *ep2; local
1916 const u_char *ep2; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 95 milliseconds