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

  /system/core/fastboot/
usb_windows.c 324 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
335 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
339 const wchar_t* wchar_name = next_interface->device_name;
347 handle = do_usb_open(next_interface->device_name);
usb_osx.c 167 goto next_interface;
176 goto next_interface;
251 next_interface:
  /system/core/adb/
usb_windows.c 452 AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]); local
463 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
467 const wchar_t* wchar_name = next_interface->device_name;
478 handle = do_usb_open(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 144 milliseconds