Home
last modified time | relevance | path

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

/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/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java453 private @NonNull UsbEndpoint getEndpoint(@NonNull UsbInterface iface, int direction) { in getEndpoint()
1106 @NonNull UsbInterface iface) throws Throwable { in usbRequestTests()
1681 @NonNull UsbInterface iface) { in parallelUsbRequestsTests()
1821 @NonNull UsbInterface iface) throws Throwable { in bulkTransferTests()
1935 @NonNull UsbInterface iface) { in testIfCompanionZeroTerminates()
1974 private void endTesting(@NonNull UsbDeviceConnection connection, @NonNull UsbInterface iface) { in endTesting()
1994 @NonNull UsbInterface iface) throws Throwable { in claimInterfaceTests()
2054 UsbInterface iface = null; in setConfigurationTests() local
2087 @NonNull UsbInterface iface) throws Throwable { in setInterfaceTests()
2158 UsbInterface iface = config.getInterface(interfaceNum); in enumerateDevices() local
[all …]
/cts/tests/tests/vcn/src/android/net/vcn/cts/
DTestNetworkWrapper.java118 final String iface = tni.getInterfaceName(); in TestNetworkWrapper() local
152 private static NetworkCapabilities createNetworkCapabilitiesForIface( in createNetworkCapabilitiesForIface()
171 private static LinkProperties createLinkPropertiesForIface(@NonNull String iface, int mtu) in createLinkPropertiesForIface()
/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/
DOtherUserActivity.java52 IBadProvider iface = IBadProvider.Stub.asInterface(callResult.getBinder("a")); in doInBackground() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp85 std::shared_ptr<ITest> iface; member
92 #define iface GetParam().iface macro