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

  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
178 if ((errcode_index < 0) || (errcode_index >= LIBUSB_ERROR_COUNT)) {
180 errcode_index = LIBUSB_ERROR_COUNT - 1;
libusb.h     [all...]

Completed in 30 milliseconds