Searched refs:getEndpoint (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 455 private @NonNull UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint() method in UsbDeviceTestActivity 457 UsbEndpoint ep = iface.getEndpoint(i); in getEndpoint() 586 assertSame(in, finished.getEndpoint()); in echoUsbRequestLegacy() 594 assertSame(out, finished.getEndpoint()); in echoUsbRequestLegacy() 711 assertSame(in, finished.getEndpoint()); in echoUsbRequest() 718 assertSame(out, finished.getEndpoint()); in echoUsbRequest() 987 final UsbEndpoint in = getEndpoint(iface, UsbConstants.USB_DIR_IN); 988 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); 1111 final UsbEndpoint in = getEndpoint(iface, UsbConstants.USB_DIR_IN); in usbRequestTests() 1112 final UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); in usbRequestTests() [all …]
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | AccessoryTestCompanion.java | 117 UsbEndpoint in = getEndpoint(iface, UsbConstants.USB_DIR_IN); in runTest() 118 UsbEndpoint out = getEndpoint(iface, UsbConstants.USB_DIR_OUT); in runTest() 324 @NonNull private UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint() method in AccessoryTestCompanion 326 UsbEndpoint ep = iface.getEndpoint(i); in getEndpoint()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 20648 method public android.hardware.usb.UsbEndpoint getEndpoint(int); 20682 method public android.hardware.usb.UsbEndpoint getEndpoint();
|