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

/frameworks/av/media/mtp/
H A DMtpDataPacket.h111 int readDataHeader(struct usb_request *ep);
113 int writeDataHeader(struct usb_request *ep, uint32_t length);
114 int write(struct usb_request *ep);
115 int write(struct usb_request *ep, void* buffer, uint32_t length);
H A DMtpDevice.cpp130 struct usb_endpoint_descriptor *ep; local
137 ep = (struct usb_endpoint_descriptor *)usb_descriptor_iter_next(&iter);
138 if (ep && ep->bDescriptorType == USB_DT_SS_ENDPOINT_COMP) {
140 ep_ss_ep_comp_desc = (usb_ss_ep_comp_descriptor*)ep;
141 ep = (struct usb_endpoint_descriptor *)usb_descriptor_iter_next(&iter);
144 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) {
150 if (ep->bmAttributes == USB_ENDPOINT_XFER_BULK) {
151 if (ep
[all...]
/frameworks/base/core/java/android/os/
H A DCommonTimeConfig.java154 * @param ep The IP address and UDP port to be used by the common time service to participate in
160 public int setMasterElectionEndpoint(InetSocketAddress ep) { argument
163 return mUtils.transactSetSockaddr(METHOD_SET_MASTER_ELECTION_ENDPOINT, ep);
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java203 UsbEndpoint ep = iface.getEndpoint(i);
204 if (ep.getDirection() == UsbConstants.USB_DIR_IN) {
207 bulkIn = ep;
212 bulkOut = ep;
/frameworks/base/core/java/android/provider/
H A DMediaStore.java1426 for (String ep : EXTERNAL_PATHS) {
1427 if (path.startsWith(ep)) {

Completed in 3973 milliseconds