Searched refs:api_handle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c2643 HANDLE winusb_handle = handle_priv->interface_handle[iface].api_handle;
2715 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2755 handle_priv->interface_handle[iface].api_handle = winusb_handle;
2758 winusb_handle = handle_priv->interface_handle[0].api_handle;
2764 handle_priv->interface_handle[0].api_handle = winusb_handle;
2772 &handle_priv->interface_handle[iface].api_handle)) {
2773 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2801 winusb_handle = handle_priv->interface_handle[iface].api_handle;
2807 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2829 && (handle_priv->interface_handle[i].api_handle !
[all...]
H A Dwindows_usb.h274 HANDLE api_handle; // used by the API to communicate with the device member in struct:interface_handle_t

Completed in 420 milliseconds