Home
last modified time | relevance | path

Searched refs:driver_handle (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwince_usb.c37 static HANDLE driver_handle = INVALID_HANDLE_VALUE; variable
200 driver_handle = UkwOpenDriver(); in wince_init()
201 if (driver_handle == INVALID_HANDLE_VALUE) { in wince_init()
228 if (driver_handle != INVALID_HANDLE_VALUE) { in wince_init()
229 UkwCloseDriver(driver_handle); in wince_init()
230 driver_handle = INVALID_HANDLE_VALUE; in wince_init()
264 if (driver_handle != INVALID_HANDLE_VALUE) { in wince_exit()
265 UkwCloseDriver(driver_handle); in wince_exit()
266 driver_handle = INVALID_HANDLE_VALUE; in wince_exit()
288 success = UkwGetDeviceList(driver_handle, devices, MAX_DEVICE_COUNT, &count); in wince_get_device_list()
[all …]