Searched refs:endpoints (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbInterface.java | 43 Parcelable[] endpoints) { in UsbInterface() argument 48 mEndpoints = endpoints; in UsbInterface() 121 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader()); 122 return new UsbInterface(id, Class, subClass, protocol, endpoints);
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbHostManager.java | 130 Parcelable[] endpoints = new UsbEndpoint[numEndpoints]; in usbDeviceAdded() local 136 endpoints[endp] = new UsbEndpoint(address, attributes, in usbDeviceAdded() 145 interfaceSubclass, interfaceProtocol, endpoints); in usbDeviceAdded()
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | adk.jd | 467 bulk transfer endpoints with its own communication protocol. There is no need to start the device 472 ADB (Android Debug Bridge) protocol, which exposes a second interface with two bulk endpoints for 473 ADB. You can use these endpoints for debugging the accessory application if you are simulating 556 device's interface and endpoint descriptors to obtain the bulk endpoints to communicate with the 558 endpoints for input and output communication. A device with product ID of 0x2D01 has two 559 interfaces with two bulk endpoints each for input and output communication. The first interface 561 on an interface, all you need to do is find the first bulk input and output endpoints, set the 563 communicate using the endpoints.</p> 707 endpoints and set up communication with the device. When the ADK board detects an Android-powered 734 device's configuration descriptor and finds the bulk data endpoints in which to communicate with [all …]
|
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 | 255 endpoints.</li> 399 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
|
/frameworks/base/docs/html/sdk/ |
D | android-3.1.jd | 180 detached, as well as standard interfaces, endpoints, and transfer modes 204 interfaces and endpoints for a device.</li> 452 two classes as endpoints for the stream:</p>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1924 /sdcard/android/layout_tests/fast/dom/Range/deleted-range-endpoints.html
|