Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A 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()
/aosp12/packages/modules/adb/client/
H A Dusb_windows.cpp59 ADBAPIHANDLE adb_read_pipe; member
277 ret->adb_read_pipe = AdbOpenDefaultBulkReadEndpoint( in do_usb_open()
279 if (nullptr == ret->adb_read_pipe) { in do_usb_open()
399 if (!AdbReadEndpointSync(handle->adb_read_pipe, data, len, &read, time_out)) { in usb_read()
442 if (nullptr != handle->adb_read_pipe) _adb_close_handle(handle->adb_read_pipe); in usb_cleanup_handle()
447 handle->adb_read_pipe = nullptr; in usb_cleanup_handle()