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

  /system/core/fastboot/
usb_windows.c 57 ADBAPIHANDLE adb_read_pipe; member in struct:usb_handle
108 ret->adb_read_pipe =
112 if (NULL != ret->adb_read_pipe) {
207 ret = AdbReadEndpointSync(handle->adb_read_pipe,
240 if (NULL != handle->adb_read_pipe)
241 AdbCloseHandle(handle->adb_read_pipe);
247 handle->adb_read_pipe = NULL;
  /system/core/adb/
usb_windows.c 46 ADBAPIHANDLE adb_read_pipe; member in struct:usb_handle
212 ret->adb_read_pipe =
216 if (NULL != ret->adb_read_pipe) {
314 ret = AdbReadEndpointSync(handle->adb_read_pipe,
351 if (NULL != handle->adb_read_pipe)
352 AdbCloseHandle(handle->adb_read_pipe);
358 handle->adb_read_pipe = NULL;

Completed in 1283 milliseconds