Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/usb/
DUsbInterface.java142 public void setEndpoints(Parcelable[] endpoints) { in setEndpoints() argument
143 mEndpoints = endpoints; in setEndpoints()
170 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader());
172 intf.setEndpoints(endpoints);
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd66 information, interfaces, and endpoints.</td>
80 interface can have one or more endpoints, and usually has input and output endpoints for
87 <td>Represents a connection to the device, which transfers data on endpoints. This class
207 endpoints.</li>
372 or more endpoints, and commonly will have an input and output endpoint for two-way
388 should have more logic to correctly find the correct interface and endpoints to communicate on
Daccessory.jd256 endpoints.</li>
400 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
/frameworks/opt/net/ims/
DREADME.txt108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
/frameworks/base/docs/html/ndk/guides/audio/
Dinput-latency.jd86 rate, especially if the endpoints are on separate paths. For example, if you are capturing from
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd76 detached, as well as standard interfaces, endpoints, and transfer modes
100 interfaces and endpoints for a device.</li>
347 two classes as endpoints for the stream:</p>
Dandroid-5.0.jd455 Playback endpoints use integer format for audio data, and with lower bit depth.
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd621 interface that enables mutual authentication of the endpoints, if required.</p>