Searched refs:iInterface (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/adb/daemon/ |
H A D | usb_ffs.cpp | 123 .iInterface = 1, /* first string from the provided table */ 150 .iInterface = 1, /* first string from the provided table */ 177 .iInterface = 1, /* first string from the provided table */
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ManagedServicesTest.java | 1205 IInterface iInterface = mock(IInterface.class); in testPopulateComponentsToUnbind_forceRebind() local 1206 when(iInterface.asBinder()).thenReturn(mock(IBinder.class)); in testPopulateComponentsToUnbind_forceRebind() 1209 iInterface, ComponentName.unflattenFromString("a/a"), 0, false, in testPopulateComponentsToUnbind_forceRebind() 1212 iInterface, ComponentName.unflattenFromString("b/b"), 10, false, in testPopulateComponentsToUnbind_forceRebind() 1241 IInterface iInterface = mock(IInterface.class); in testPopulateComponentsToUnbind() local 1242 when(iInterface.asBinder()).thenReturn(mock(IBinder.class)); in testPopulateComponentsToUnbind() 1245 iInterface, ComponentName.unflattenFromString("a/a"), 0, false, in testPopulateComponentsToUnbind() 1248 iInterface, ComponentName.unflattenFromString("c/c"), 0, false, in testPopulateComponentsToUnbind() 1251 iInterface, ComponentName.unflattenFromString("b/b"), 10, false, in testPopulateComponentsToUnbind()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpDescriptors.cpp | 32 .iInterface = 1,
|
H A D | MtpDevice.cpp | 103 char* interfaceName = usb_device_get_string(device, interface->iInterface, in open()
|
/aosp12/system/core/fastboot/device/ |
H A D | usb_client.cpp | 74 .iInterface = 1, /* first string from the provided table */
|
/aosp12/bionic/libc/kernel/uapi/linux/usb/ |
H A D | ch9.h | 217 __u8 iInterface; member
|