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

  /development/host/windows/usb/winusb/
adb_winusb_interface.h 167 return usb_device_handle_;
182 HANDLE usb_device_handle_; member in class:AdbWinUsbInterfaceObject
adb_winusb_interface.cpp 29 usb_device_handle_(INVALID_HANDLE_VALUE),
40 ATLASSERT(INVALID_HANDLE_VALUE == usb_device_handle_);
57 usb_device_handle_ = CreateFile(interface_name().c_str(),
62 if (INVALID_HANDLE_VALUE == usb_device_handle_)
66 if (!WinUsb_Initialize(usb_device_handle_, &winusb_handle_))
134 if (INVALID_HANDLE_VALUE != usb_device_handle_) {
135 ::CloseHandle(usb_device_handle_);
136 usb_device_handle_ = INVALID_HANDLE_VALUE;

Completed in 48 milliseconds