Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.cpp60 ADBAPIHANDLE adb_read_pipe; member
115 ret->adb_read_pipe = in do_usb_open()
119 if (nullptr != ret->adb_read_pipe) { in do_usb_open()
206 ret = AdbReadEndpointSync(handle_->adb_read_pipe, data, xfer, &read, time_out); in Read()
235 if (NULL != handle->adb_read_pipe) in usb_cleanup_handle()
236 AdbCloseHandle(handle->adb_read_pipe); in usb_cleanup_handle()
242 handle->adb_read_pipe = NULL; in usb_cleanup_handle()