Home
last modified time | relevance | path

Searched defs:iface (Results 1 – 5 of 5) 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.cpp61 std::shared_ptr<ITest> iface; member
68 #define iface GetParam().iface macro
/cts/tests/tests/net/src/android/net/cts/
DCaptivePortalApiTest.kt102 private lateinit var iface: TestNetworkInterface variable in android.net.cts.CaptivePortalApiTest
/cts/tests/tests/tethering/src/android/tethering/cts/
DTetheringManagerTest.java493 public void expectErrorOrTethered(final String iface) { in expectErrorOrTethered()