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

  /development/host/windows/usb/api/
adb_api.cpp 288 bool __cdecl AdbGetEndpointInformation(ADBAPIHANDLE adb_interface,
308 return AdbGetEndpointInformation(adb_interface,
315 return AdbGetEndpointInformation(adb_interface,
adb_api.h 365 ADBWIN_API bool __cdecl AdbGetEndpointInformation(ADBAPIHANDLE adb_interface,
  /system/core/adb/client/
usb_windows.cpp 563 if (AdbGetEndpointInformation(handle->adb_interface, 0, &endpoint_info)) {
567 D("AdbGetEndpointInformation failed: %s",
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 383 if (AdbGetEndpointInformation(interface_handle, pipe, &pipe_info)) {
387 printf("\n--- AdbGetEndpointInformation(%u) failure %u", pipe,

Completed in 521 milliseconds