Searched refs:next_interface (Results 1 – 2 of 2) sorted by relevance
341 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local352 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_usb_device()356 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device()364 DBG("attempting to open interface %S\n", next_interface->device_name); in find_usb_device()365 handle = do_usb_open(next_interface->device_name); in find_usb_device()
177 goto next_interface; in try_interfaces()186 goto next_interface; in try_interfaces()274 next_interface: in try_interfaces()