HomeSort by relevance Sort by last modified time
    Searched full:ep1 (Results 1 - 25 of 29) sorted by null

1 2

  /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;
  /external/toybox/kconfig/
expr.c 132 #define e1 (*ep1)
135 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
169 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2)
176 __expr_eliminate_eq(e1->type, ep1, ep2);
183 __expr_eliminate_eq(e2->type, ep1, ep2);
509 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
511 #define e1 (*ep1)
561 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2)
563 #define e1 (*ep1)
831 struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2
    [all...]
expr.h 170 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
178 struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2);
179 struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2);
180 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
  /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;
adb.h 248 #define USB_FFS_ADB_OUT USB_FFS_ADB_EP(ep1)
usb_linux_client.cpp 547 // the same descriptors again. if however ep1/ep2 fail to re-open in
  /external/skia/src/gpu/batches/
GrPLSPathRenderer.cpp 498 GrGLSLVertToFrag ep1(kVec2f_GrSLType);
499 varyingHandler->addVarying("endpoint1", &ep1, kHigh_GrSLPrecision);
500 vsBuilder->codeAppendf("%s = vec2(%s.x, %s.y);", ep1.vsOut(),
511 delta.vsOut(), ep1.vsOut(), ep2.vsOut(), ep2.vsOut(),
512 ep1.vsOut());
557 delta.fsIn(), ep1.fsIn());
    [all...]
  /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...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 529 // from controlling (ep1) agent. We can easily predict from EP1 result
614 SetIceTiebreaker(0, kTiebreaker1); // Default EP1 is in controlling state.
    [all...]
  /bionic/tests/math_data/
sqrtf_intel_data.h 100 0x1.00057ep1
sincosf_intel_data.h 211 0x1.21497ep1,
216 -0x1.21497ep1,
    [all...]
powf_intel_data.h 380 0x1.95578ep1, 0x1.555556p-3
    [all...]
  /external/hyphenation-patterns/hu/
hyph-hu.pat.txt     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
sha256.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
sha256.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
sha256.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/
sha256.a     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /libcore/luni/src/test/resources/
math_tests.csv 130 tan,-0x1.ac73d2920a795p0,0x1.0ep1
131 tan,0x1.ac73d2920a795p0,-0x1.0ep1
    [all...]
  /development/perftests/panorama/input/
test_004.ppm     [all...]
test_021.ppm     [all...]
  /external/opencv3/3rdparty/lib/
libavformat64.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/
libisl.a     [all...]

Completed in 2741 milliseconds

1 2