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

  /system/core/fastboot/
usb_windows.c 122 AdbGetInterfaceName(ret->adb_interface,
131 if (AdbGetInterfaceName(ret->adb_interface,
  /development/host/windows/usb/api/
adb_api.h 308 ADBWIN_API bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
adb_api.cpp 199 bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 191 if (AdbGetInterfaceName(interface_handle, intr_name, &intr_name_size, true)) {
194 printf("\n--- AdbGetInterfaceName failure %u", GetLastError());
320 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) {
321 printf("\nDeviceHandShake: AdbGetInterfaceName returned error %u",
  /system/core/adb/
usb_windows.c 225 AdbGetInterfaceName(ret->adb_interface,
234 if (AdbGetInterfaceName(ret->adb_interface,

Completed in 310 milliseconds