Searched defs:removed_cb (Results 1 - 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
H A Dstream_list_unittest.cc23 static int removed_cb(struct cras_rstream *rstream) { function in namespace:__anon786
61 l = stream_list_create(added_cb, removed_cb, create_rstream_cb,
/external/libusb/libusb/
H A Dio.c2621 * \param removed_cb pointer to function for removal notifications
2626 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb,
2631 ctx->fd_removed_cb = removed_cb;
2625 libusb_set_pollfd_notifiers(libusb_context *ctx, libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, void *user_data) argument

Completed in 238 milliseconds