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

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

Completed in 171 milliseconds