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

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

Completed in 610 milliseconds