Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_windows.cpp583 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_devices() local
596 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()
/system/core/fastboot/
Dusb_windows.cpp318 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local
329 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()
Dusb_osx.cpp184 goto next_interface; in try_interfaces()
193 goto next_interface; in try_interfaces()
266 next_interface: in try_interfaces()