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

/system/core/fastboot/
H A Dusb_windows.c56 ADBAPIHANDLE adb_read_pipe; member in struct:usb_handle
107 ret->adb_read_pipe =
111 if (NULL != ret->adb_read_pipe) {
206 ret = AdbReadEndpointSync(handle->adb_read_pipe,
239 if (NULL != handle->adb_read_pipe)
240 AdbCloseHandle(handle->adb_read_pipe);
246 handle->adb_read_pipe = NULL;
/system/core/adb/
H A Dusb_windows.c44 ADBAPIHANDLE adb_read_pipe; member in struct:usb_handle
210 ret->adb_read_pipe =
214 if (NULL != ret->adb_read_pipe) {
312 ret = AdbReadEndpointSync(handle->adb_read_pipe,
349 if (NULL != handle->adb_read_pipe)
350 AdbCloseHandle(handle->adb_read_pipe);
356 handle->adb_read_pipe = NULL;

Completed in 163 milliseconds