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

/system/core/fastboot/
H A Dusb_windows.c60 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
114 ret->adb_write_pipe =
118 if (NULL != ret->adb_write_pipe) {
166 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
238 if (NULL != handle->adb_write_pipe)
239 AdbCloseHandle(handle->adb_write_pipe);
246 handle->adb_write_pipe = NULL;
/system/core/adb/
H A Dusb_windows.c49 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
218 ret->adb_write_pipe =
222 if (NULL != ret->adb_write_pipe) {
267 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
280 AdbWriteEndpointSync(handle->adb_write_pipe,
349 if (NULL != handle->adb_write_pipe)
350 AdbCloseHandle(handle->adb_write_pipe);
357 handle->adb_write_pipe = NULL;

Completed in 18 milliseconds