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

  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 108 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) {
143 if ((ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) {
144 endpoints[0] = ep1->bEndpointAddress;
148 endpoints[1] = ep1->bEndpointAddress;
  /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/
usb_linux.cpp 141 struct usb_endpoint_descriptor *ep1, *ep2; local
218 ep1 = (struct usb_endpoint_descriptor *)bufptr;
236 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
237 ep1->bDescriptorType != USB_DT_ENDPOINT ||
245 if (ep1->bmAttributes != USB_ENDPOINT_XFER_BULK ||
252 zero_mask = ep1->wMaxPacketSize - 1;
257 if (ep1->bEndpointAddress & USB_ENDPOINT_DIR_MASK) {
258 local_ep_in = ep1->bEndpointAddress;
262 local_ep_out = ep1->bEndpointAddress;
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Intersector.java 147 private final static Vector2 ep1 = new Vector2(); field in class:Intersector
168 ep1.set(p2.getTransformedVertices()[i], p2.getTransformedVertices()[i + 1]);
182 if (Intersector.pointLineSide(ep2, ep1, e) > 0) {
183 if (!(Intersector.pointLineSide(ep2, ep1, s) > 0)) {
184 Intersector.intersectLines(s, e, ep1, ep2, ip);
193 } else if (Intersector.pointLineSide(ep2, ep1, s) > 0) {
194 Intersector.intersectLines(s, e, ep1, ep2, ip);
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 

Completed in 195 milliseconds