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 58 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
112 ret->adb_write_pipe =
116 if (NULL != ret->adb_write_pipe) {
164 ret = AdbWriteEndpointSync(handle->adb_write_pipe,
236 if (NULL != handle->adb_write_pipe)
237 AdbCloseHandle(handle->adb_write_pipe);
244 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,
345 if (NULL != handle->adb_write_pipe)
346 AdbCloseHandle(handle->adb_write_pipe);
353 handle->adb_write_pipe = NULL;

Completed in 106 milliseconds