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

  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 722 struct windows_device_handle_priv *handle_priv = _device_handle_priv(
774 struct windows_device_handle_priv* handle_priv = _device_handle_priv(dev_handle);
    [all...]
windows_usb.h 277 struct windows_device_handle_priv { struct
283 static inline struct windows_device_handle_priv *_device_handle_priv(
286 return (struct windows_device_handle_priv *) handle->os_priv;

Completed in 29 milliseconds