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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c1947 struct libusb_pollfd *pollfd = &ipollfd->pollfd;
2478 * \returns a NULL-terminated list of libusb_pollfd structures
2483 const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds(
2487 struct libusb_pollfd **ret = NULL;
2497 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2502 ret[i++] = (struct libusb_pollfd *) ipollfd;
2507 return (const struct libusb_pollfd **) ret;
H A Dlibusbi.h460 struct libusb_pollfd pollfd;
H A Dlibusb.h1789 struct libusb_pollfd { struct
1804 * \param events events to monitor for, see \ref libusb_pollfd for a
1824 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 79 milliseconds