Searched refs:fd_removed_cb (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/
H A Dlibusbi.h177 libusb_pollfd_removed_cb fd_removed_cb; member in struct:libusb_context
H A Dio.c2177 ctx->fd_removed_cb = removed_cb;
2225 if (ctx->fd_removed_cb)
2226 ctx->fd_removed_cb(fd, ctx->fd_cb_user_data);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c2415 ctx->fd_removed_cb = removed_cb;
2463 if (ctx->fd_removed_cb)
2464 ctx->fd_removed_cb(fd, ctx->fd_cb_user_data);
H A Dlibusbi.h261 libusb_pollfd_removed_cb fd_removed_cb; member in struct:libusb_context

Completed in 604 milliseconds