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

/system/core/fastboot/
H A Dusb_windows.c333 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
344 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
348 const wchar_t* wchar_name = next_interface->device_name;
356 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.c456 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
467 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
471 const wchar_t* wchar_name = next_interface->device_name;
482 handle = do_usb_open(next_interface->device_name);

Completed in 95 milliseconds