Home
last modified time | relevance | path

Searched refs:GetInterfaceDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/backend/host_backend/
H A Dhost_device.rs105 .ok_or(Error::GetInterfaceDescriptor(i, *alt_setting))?; in get_config_descriptor_filtered()
296 .ok_or(Error::GetInterfaceDescriptor(*i, *alt_setting))?; in create_endpoints()
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_builtin_transactions.cpp29 TEST_F(AidlTest, GetInterfaceDescriptor) { in TEST_F() argument
/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Derror.rs60 GetInterfaceDescriptor(u8, u8), enumerator
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcUniversalTests.cpp65 TEST_P(BinderRpc, GetInterfaceDescriptor) { in TEST_P() argument