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/
Dusb_windows.cpp54 ADBAPIHANDLE adb_read_pipe; member
291 ret->adb_read_pipe = in do_usb_open()
295 if (NULL == ret->adb_read_pipe) { in do_usb_open()
429 if (!AdbReadEndpointSync(handle->adb_read_pipe, data, len, &read, in usb_read()
475 if (NULL != handle->adb_read_pipe) in usb_cleanup_handle()
476 _adb_close_handle(handle->adb_read_pipe); in usb_cleanup_handle()
482 handle->adb_read_pipe = NULL; in usb_cleanup_handle()