Searched refs:get_poll_fd (Results 1 – 7 of 7) sorted by relevance
/external/tinyalsa_new/src/ |
D | mixer_io.h | 46 int (*get_poll_fd) (void *data, struct pollfd *pfd, int count); member
|
D | mixer_plugin.c | 401 .get_poll_fd = mixer_plug_get_poll_fd,
|
D | mixer.c | 516 if (!grp->ops->get_poll_fd(grp->data, pfd, count)) { in mixer_wait_event()
|
/external/tinyalsa/ |
D | mixer_io.h | 47 int (*get_poll_fd) (void *data, struct pollfd *pfd, int count); member
|
D | mixer_hw.c | 93 .get_poll_fd = NULL,
|
D | mixer_plugin.c | 403 .get_poll_fd = mixer_plug_get_poll_fd,
|
D | mixer.c | 868 if (!grp->ops->get_poll_fd(grp->data, pfd, count)) { in mixer_wait_event()
|