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

  /development/host/windows/usb/api/
adb_api.h 250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
254 /** \brief Resets enumerator so next call to AdbNextInterface will start
adb_api.cpp 69 bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 113 while (AdbNextInterface(enum_handle, &interface_info, &buf_size)) {
149 while (AdbNextInterface(enum_handle, &interface_info, &buf_size)) {
  /system/core/fastboot/
usb_windows.c 336 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
338 // It would be better to change AdbNextInterface so it will return
  /system/core/adb/
usb_windows.c 465 while (AdbNextInterface(enum_handle, next_interface, &entry_buffer_size)) {
467 // It would be better to change AdbNextInterface so it will return

Completed in 58 milliseconds