Home
last modified time | relevance | path

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

/packages/modules/adb/client/
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()