Searched defs:iface (Results 1 – 3 of 3) sorted by relevance
449 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 …]
109 UsbInterface iface = null; in runTest() local324 @NonNull private UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint()
54 std::shared_ptr<ITest> iface; member61 #define iface GetParam().iface macro