Searched refs:removed_cb (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/tests/ |
D | stream_list_unittest.cc | 23 static int removed_cb(struct cras_rstream* rstream) { in removed_cb() function 73 l = stream_list_create(added_cb, removed_cb, create_rstream_cb, in TEST() 111 l = stream_list_create(added_cb, removed_cb, create_rstream_cb, in TEST() 172 l = stream_list_create(added_cb, removed_cb, create_rstream_cb, in TEST()
|
/external/libusb/libusb/ |
D | io.c | 2616 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, in libusb_set_pollfd_notifiers() argument 2622 ctx->fd_removed_cb = removed_cb; in libusb_set_pollfd_notifiers() 2628 UNUSED(removed_cb); in libusb_set_pollfd_notifiers()
|
D | libusb.h | 1918 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb,
|
/external/libusb/include/libusb/ |
D | libusb.h | 1918 libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb,
|