Searched refs:endpoints (Results 1 – 9 of 9) 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/tools/adk/ |
D | adk.jd | 506 endpoints and set up communication with the device. When the ADK board detects an Android-powered 533 device's configuration descriptor and finds the bulk data endpoints in which to communicate with 577 to 0, because the code hasn't found any suitable bulk endpoints yet. A loop reads the buffer, 586 the first input and output bulk endpoints will return the default communication endpoints, which 588 to find the appropriate endpoints for your accessory might be different.</p> 592 returns true. It ignores any other endpoints that it finds (the endpoints for the ADB interface, 642 Serial.println("can't find accessory endpoints"); 650 <p>Back in the <code>configureAndroid()</code> function, if there were endpoints found, they are 693 <p>Lastly, methods to read and write to the appropriate endpoints are needed. The
|
/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/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 | 456 Playback endpoints use integer format for audio data, and with lower bit depth.
|
/frameworks/base/docs/html/tools/building/ |
D | plugin-for-gradle.jd | 207 compile project(path: ':app2, configuration: 'android-endpoints')
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 621 interface that enables mutual authentication of the endpoints, if required.</p>
|