Searched refs:next_interface (Results 1 – 3 of 3) sorted by relevance
583 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_devices() local596 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_devices()598 if (!known_device(next_interface->device_name)) { in find_devices()600 handle = do_usb_open(next_interface->device_name); in find_devices()604 D("adding a new device %ls", next_interface->device_name); in find_devices()622 D("register_new_device failed for %ls", next_interface->device_name); in find_devices()
318 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local329 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) { in find_usb_device()333 const wchar_t* wchar_name = next_interface->device_name; in find_usb_device()341 handle = do_usb_open(next_interface->device_name); in find_usb_device()
184 goto next_interface; in try_interfaces()193 goto next_interface; in try_interfaces()266 next_interface: in try_interfaces()