Searched refs:next_interface (Results 1 – 3 of 3) sorted by relevance
327 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local338 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()
167 goto next_interface; in try_interfaces()176 goto next_interface; in try_interfaces()249 next_interface: in try_interfaces()
454 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_devices() local465 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()