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.cpp 63 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
119 ret->adb_write_pipe =
123 if (nullptr != ret->adb_write_pipe) {
165 ret = AdbWriteEndpointSync(handle_->adb_write_pipe, const_cast<void*>(data), xfer,
228 if (NULL != handle->adb_write_pipe)
229 AdbCloseHandle(handle->adb_write_pipe);
236 handle->adb_write_pipe = NULL;
  /system/core/adb/
usb_windows.cpp 57 ADBAPIHANDLE adb_write_pipe; member in struct:usb_handle
302 ret->adb_write_pipe =
306 if (NULL == ret->adb_write_pipe) {
365 if (!AdbWriteEndpointSync(handle->adb_write_pipe,
389 if (!AdbWriteEndpointSync(handle->adb_write_pipe,
473 if (NULL != handle->adb_write_pipe)
474 _adb_close_handle(handle->adb_write_pipe);
481 handle->adb_write_pipe = NULL;

Completed in 3476 milliseconds