Searched defs:ep (Results 1 - 2 of 2) sorted by relevance

/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/av/media/mtp/
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...]

Completed in 53 milliseconds