HomeSort by relevance Sort by last modified time
    Searched refs:num_pollfds (Results 1 - 6 of 6) sorted by null

  /external/adhd/cras/src/server/
cras_server.c 455 unsigned int num_pollfds, poll_size_needed; local
557 num_pollfds = 1;
560 pollfds[num_pollfds].fd = elm->fd;
561 pollfds[num_pollfds].events = POLLIN;
562 elm->pollfd = &pollfds[num_pollfds];
563 num_pollfds++;
568 pollfds[num_pollfds].fd = client_cb->select_fd;
569 pollfds[num_pollfds].events = POLLIN;
570 client_cb->pollfd = &pollfds[num_pollfds];
571 num_pollfds++
    [all...]
audio_thread.h 32 * num_pollfds - Number of currently registered poll fds.
44 size_t num_pollfds; member in struct:audio_thread
audio_thread.c 848 thread->pollfds[thread->num_pollfds].fd = fd;
850 thread->pollfds[thread->num_pollfds].events = POLLOUT;
852 thread->pollfds[thread->num_pollfds].events = POLLIN;
853 thread->num_pollfds++;
854 if (thread->num_pollfds >= thread->pollfds_size) {
863 return &thread->pollfds[thread->num_pollfds - 1];
916 thread->num_pollfds = 1;
927 thread->num_pollfds = 1;
970 rc = ppoll(thread->pollfds, thread->num_pollfds, wait_ts, NULL);
    [all...]
  /external/adhd/cras/src/libcras/
cras_client.c 1978 unsigned int num_pollfds, i; local
    [all...]
  /external/libcups/cups/
http-support.c 130 static int http_poll_cb(struct pollfd *pollfds, unsigned int num_pollfds,
    [all...]
dest.c 213 unsigned int num_pollfds,
    [all...]

Completed in 583 milliseconds