Home
last modified time | relevance | path

Searched refs:next_interface (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dusb_windows.c327 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local
338 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_usb_device()
342 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device()
350 handle = do_usb_open(next_interface->device_name); in find_usb_device()
Dusb_osx.c167 goto next_interface; in try_interfaces()
176 goto next_interface; in try_interfaces()
249 next_interface: in try_interfaces()
/system/core/adb/
Dusb_windows.c454 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_devices() local
465 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_devices()
469 const wchar_t* wchar_name = next_interface->device_name; in find_devices()
480 handle = do_usb_open(next_interface->device_name); in find_devices()