Searched refs:libusb_pollfd (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c1943 struct libusb_pollfd *pollfd = &ipollfd->pollfd;
2474 * \returns a NULL-terminated list of libusb_pollfd structures
2479 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
2483 struct libusb_pollfd **ret = NULL;
2493 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2498 ret[i++] = (struct libusb_pollfd *) ipollfd;
2503 return (const struct libusb_pollfd **) ret;
H A Dlibusbi.h458 struct libusb_pollfd pollfd;
H A Dlibusb.h1787 struct libusb_pollfd { struct
1802 * \param events events to monitor for, see \ref libusb_pollfd for a
1822 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
/external/libusb/libusb/
H A Dio.c1795 struct libusb_pollfd *pollfd = &ipollfd->pollfd;
2237 * \returns a NULL-terminated list of libusb_pollfd structures, or NULL on
2240 API_EXPORTED const struct libusb_pollfd **libusb_get_pollfds(
2243 struct libusb_pollfd **ret = NULL;
2253 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2258 ret[i++] = (struct libusb_pollfd *) ipollfd;
2263 return (const struct libusb_pollfd **) ret;
H A Dlibusb.h1198 struct libusb_pollfd { struct
1213 * \param events events to monitor for, see \ref libusb_pollfd for a
1232 const struct libusb_pollfd **libusb_get_pollfds(libusb_context *ctx);
H A Dlibusbi.h316 struct libusb_pollfd pollfd;

Completed in 114 milliseconds