Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dusb_windows.cpp341 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); in find_usb_device() local
352 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()
H A Dusb_osx.cpp177 goto next_interface; in try_interfaces()
186 goto next_interface; in try_interfaces()
274 next_interface: in try_interfaces()