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

/system/core/fastboot/
H A Dusb_windows.c59 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
113 ret->adb_write_pipe =
117 if (NULL != ret->adb_write_pipe) {
165 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
237 if (NULL != handle->adb_write_pipe)
238 AdbCloseHandle(handle->adb_write_pipe);
245 handle->adb_write_pipe = NULL;
/system/core/adb/
H A Dusb_windows.c47 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
216 ret->adb_write_pipe =
220 if (NULL != ret->adb_write_pipe) {
265 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
278 AdbWriteEndpointSync(handle->adb_write_pipe,
347 if (NULL != handle->adb_write_pipe)
348 AdbCloseHandle(handle->adb_write_pipe);
355 handle->adb_write_pipe = NULL;

Completed in 45 milliseconds