Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java449 private @NonNull UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint()
1102 @NonNull UsbInterface iface) throws Throwable { in usbRequestTests()
1543 @NonNull UsbInterface iface) { in parallelUsbRequestsTests()
1683 @NonNull UsbInterface iface) throws Throwable { in bulkTransferTests()
1797 @NonNull UsbInterface iface) { in testIfCompanionZeroTerminates()
1836 private void endTesting(@NonNull UsbDeviceConnection connection, @NonNull UsbInterface iface) { in endTesting()
1856 @NonNull UsbInterface iface) throws Throwable { in claimInterfaceTests()
1910 @NonNull UsbDeviceConnection connection, @NonNull UsbInterface iface) throws Throwable { in setConfigurationTests()
1938 @NonNull UsbInterface iface) throws Throwable { in setInterfaceTests()
2009 UsbInterface iface = config.getInterface(interfaceNum); in enumerateDevices() local
[all …]
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java109 UsbInterface iface = null; in runTest() local
324 @NonNull private UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp54 std::shared_ptr<ITest> iface; member
61 #define iface GetParam().iface macro