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.c2632 HANDLE winusb_handle = handle_priv->interface_handle[iface].api_handle;
2704 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2744 handle_priv->interface_handle[iface].api_handle = winusb_handle;
2747 winusb_handle = handle_priv->interface_handle[0].api_handle;
2753 handle_priv->interface_handle[0].api_handle = winusb_handle;
2761 &handle_priv->interface_handle[iface].api_handle)) {
2762 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2790 winusb_handle = handle_priv->interface_handle[iface].api_handle;
2796 handle_priv->interface_handle[iface].api_handle = INVALID_HANDLE_VALUE;
2818 && (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 63 milliseconds