Home
last modified time | relevance | path

Searched refs:adb_read_pipe (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dusb_windows.cpp60 ADBAPIHANDLE adb_read_pipe; member
113 ret->adb_read_pipe = in do_usb_open()
117 if (nullptr != ret->adb_read_pipe) { in do_usb_open()
203 ret = AdbReadEndpointSync(handle_->adb_read_pipe, data, xfer, &read, time_out); in Read()
230 if (NULL != handle->adb_read_pipe) in usb_cleanup_handle()
231 AdbCloseHandle(handle->adb_read_pipe); in usb_cleanup_handle()
237 handle->adb_read_pipe = NULL; in usb_cleanup_handle()
/system/core/adb/client/
Dusb_windows.cpp60 ADBAPIHANDLE adb_read_pipe; member
294 ret->adb_read_pipe = in do_usb_open()
298 if (NULL == ret->adb_read_pipe) { in do_usb_open()
433 if (!AdbReadEndpointSync(handle->adb_read_pipe, data, len, &read, time_out)) { in usb_read()
478 if (NULL != handle->adb_read_pipe) in usb_cleanup_handle()
479 _adb_close_handle(handle->adb_read_pipe); in usb_cleanup_handle()
485 handle->adb_read_pipe = NULL; in usb_cleanup_handle()