HomeSort by relevance Sort by last modified time
    Searched refs:next_interface (Results 1 - 4 of 4) sorted by null

  /system/core/fastboot/
usb_windows.cpp 318 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
329 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
333 const wchar_t* wchar_name = next_interface->device_name;
341 handle = do_usb_open(next_interface->device_name);
usb_osx.cpp 173 goto next_interface;
182 goto next_interface;
255 next_interface:
  /system/core/adb/client/
usb_windows.cpp 537 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
549 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
551 if (!known_device(next_interface->device_name)) {
553 handle = do_usb_open(next_interface->device_name);
557 D("adding a new device %ls", next_interface->device_name);
574 D("register_new_device failed for %ls", next_interface->device_name);
  /development/host/windows/usb/api/
adb_api.cpp 186 const AdbInstanceEnumEntry& next_interface = *it; local
188 next_interface.device_name().c_str(),
191 return AdbCreateInterfaceByName(next_interface.device_name().c_str());

Completed in 232 milliseconds