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

/system/core/adb/
H A Dusb_windows.c48 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
217 ret->adb_write_pipe =
221 if (NULL != ret->adb_write_pipe) {
266 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
279 AdbWriteEndpointSync(handle->adb_write_pipe,
348 if (NULL != handle->adb_write_pipe)
349 AdbCloseHandle(handle->adb_write_pipe);
356 handle->adb_write_pipe = NULL;
/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;

Completed in 19 milliseconds