Searched refs:endpoints (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbInterface.java | 142 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/ |
D | host.jd | 66 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
|
D | accessory.jd | 256 endpoints.</li> 400 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
|
/frameworks/opt/net/ims/ |
D | README.txt | 108 Provides the call initiation/termination, and media exchange between two IMS endpoints.
|
/frameworks/base/docs/html/ndk/guides/audio/ |
D | input-latency.jd | 86 rate, especially if the endpoints are on separate paths. For example, if you are capturing from
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 76 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>
|
D | android-5.0.jd | 455 Playback endpoints use integer format for audio data, and with lower bit depth.
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 621 interface that enables mutual authentication of the endpoints, if required.</p>
|