Searched refs:ep (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpDataPacket.h110 int readDataHeader(struct usb_request *ep);
112 int writeDataHeader(struct usb_request *ep, uint32_t length);
113 int write(struct usb_request *ep);
114 int write(struct usb_request *ep, void* buffer, uint32_t length);
H A DMtpDevice.cpp130 struct usb_endpoint_descriptor *ep; local
135 ep = (struct usb_endpoint_descriptor *)usb_descriptor_iter_next(&iter);
136 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) {
141 if (ep->bmAttributes == USB_ENDPOINT_XFER_BULK) {
142 if (ep->bEndpointAddress & USB_ENDPOINT_DIR_MASK)
143 ep_in_desc = ep;
145 ep_out_desc = ep;
146 } else if (ep->bmAttributes == USB_ENDPOINT_XFER_INT &&
147 ep
[all...]
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java155 * @param ep The IP address and UDP port to be used by the common time service to participate in
161 public int setMasterElectionEndpoint(InetSocketAddress ep) { argument
164 return mUtils.transactSetSockaddr(METHOD_SET_MASTER_ELECTION_ENDPOINT, ep);
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
H A Dfloatditf_test.h184 { INT64_C(0x0000000000021c00), 0x1.0ep+17, 0x0p+0 },
544 { INT64_C(0x0000000000438000), 0x1.0ep+22, 0x0p+0 },
834 { INT64_C(0x0000000004038000), 0x1.00ep+26, 0x0p+0 },
1711 { INT64_C(0xffffffff7ffffff9), -0x1.0000000ep+31, 0x0p+0 },
2047 { INT64_C(0xffffffff7bfffff9), -0x1.0800000ep+31, 0x0p+0 },
2277 { INT64_C(0xffffffff3ffffff9), -0x1.8000000ep+31, 0x0p+0 },
2435 { INT64_C(0xfffffff7ffffffd9), -0x1.00000004ep+35, 0x0p+0 },
2568 { INT64_C(0x0000000800070000), 0x1.0000ep+35, 0x0p+0 },
2954 { INT64_C(0x0000000807000000), 0x1.00ep+35, 0x0p+0 },
2959 { INT64_C(0xfffffff7bffffff9), -0x1.08000000ep
[all...]
H A Dfloatunditf_test.h96 { UINT64_C(0x0000000000021c00), 0x1.0ep+17, 0x0p+0 },
276 { UINT64_C(0x0000000000438000), 0x1.0ep+22, 0x0p+0 },
421 { UINT64_C(0x0000000004038000), 0x1.00ep+26, 0x0p+0 },
1288 { UINT64_C(0x0000000800070000), 0x1.0000ep+35, 0x0p+0 },
1481 { UINT64_C(0x0000000807000000), 0x1.00ep+35, 0x0p+0 },
2801 { UINT64_C(0x0000007800000000), 0x1.ep+38, 0x0p+0 },
4374 { UINT64_C(0x00001000000e0000), 0x1.000000ep+44, 0x0p+0 },
7992 { UINT64_C(0x000200000001c000), 0x1.00000000ep+49, 0x0p+0 },
14497 { UINT64_C(0x1000002000000088), 0x1.0000020000001p+60, -0x1.ep+6 },
15308 { UINT64_C(0x1010000000000088), 0x1.0100000000001p+60, -0x1.ep
[all...]
H A Dqadd_test.c1056 {0x1.0000010000000p+29, -0x1.0000000000000p-76, 0x1.00f81ffffff81p-9, 0x1.fffff03c00000p-71, 0x1.000001000403ep+29, 0x1.ffffff81007e0p-29},
1059 {-0x1.0000010000000p+29, 0x1.0000000000000p-76, -0x1.00f81ffffff81p-9, -0x1.fffff03c00000p-71, -0x1.000001000403ep+29, -0x1.ffffff81007e0p-29},
H A Dqsub_test.c1058 {0x1.0000010000000p+29, -0x1.0000000000000p-76, 0x1.00f81ffffff81p-9, 0x1.fffff03c00000p-71, 0x1.000001000403ep+29, 0x1.ffffff81007e0p-29},
1061 {-0x1.0000010000000p+29, 0x1.0000000000000p-76, -0x1.00f81ffffff81p-9, -0x1.fffff03c00000p-71, -0x1.000001000403ep+29, -0x1.ffffff81007e0p-29},

Completed in 698 milliseconds