HomeSort by relevance Sort by last modified time
    Searched full:adb_write_pipe (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
usb_windows.c 59 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/
usb_windows.c 47 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 59 milliseconds