Home
last modified time | relevance | path

Searched refs:rfds (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
Dril_event.cpp183 static void processReadReadies(fd_set * rfds, int n) in processReadReadies() argument
190 if (rev != NULL && FD_ISSET(rev->fd, rfds)) { in processReadReadies()
332 static void printReadies(fd_set * rfds) in printReadies() argument
336 if (rev != NULL && FD_ISSET(rev->fd, rfds)) { in printReadies()
342 #define printReadies(rfds) do {} while(0) argument
348 fd_set rfds; in ril_event_loop() local
356 memcpy(&rfds, &readFds, sizeof(fd_set)); in ril_event_loop()
365 printReadies(&rfds); in ril_event_loop()
366 n = select(nfds, &rfds, NULL, NULL, ptv); in ril_event_loop()
367 printReadies(&rfds); in ril_event_loop()
[all …]
/hardware/msm7k/librpc/
Dsvc.c110 volatile fd_set rfds; in svc_context() local
112 rfds = xprt->fdset; in svc_context()
114 n = select(xprt->max_fd + 1, (fd_set *)&rfds, NULL, NULL, &tv); in svc_context()
121 if (FD_ISSET(n, &rfds)) { in svc_context()
Dclnt.c171 fd_set rfds; in rx_context() local
174 rfds = rx_fdset; in rx_context()
177 n = select(max_rxfd + 1, (fd_set *)&rfds, NULL, NULL, &tv); in rx_context()
187 if (FD_ISSET(client->xdr->fd, &rfds)) { in rx_context()
/hardware/libhardware_legacy/wifi/
Dwifi.c422 fd_set rfds; in wifi_wait_for_event() local