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

  /development/host/windows/usb/api/
adb_api.h 554 ADBWIN_API bool __cdecl AdbWriteEndpointSync(ADBAPIHANDLE adb_endpoint,
adb_api.cpp 462 bool __cdecl AdbWriteEndpointSync(ADBAPIHANDLE adb_endpoint,
  /system/core/adb/client/
usb_windows.cpp 367 if (!AdbWriteEndpointSync(handle->adb_write_pipe,
372 D("AdbWriteEndpointSync failed: %s",
382 // AdbWriteEndpointSync() until all bytes are written.
383 D("AdbWriteEndpointSync was supposed to write %d, but only wrote %ld",
391 if (!AdbWriteEndpointSync(handle->adb_write_pipe,
396 D("AdbWriteEndpointSync of zero length packet failed: %s",
  /system/core/fastboot/
usb_windows.cpp 165 ret = AdbWriteEndpointSync(handle_->adb_write_pipe, const_cast<void*>(data), xfer,
168 DBG("AdbWriteEndpointSync returned %d, errno: %d\n", ret, errno);
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 517 bool write_res = AdbWriteEndpointSync(adb_write, &msg_send, sizeof(msg_send), &written_bytes, 500);
519 printf("\n AdbWriteEndpointSync returned error %u", GetLastError());

Completed in 250 milliseconds