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

  /external/dnsmasq/src/
dnsmasq.c 574 fd_set rset, wset, eset; local
576 FD_ZERO(&rset);
583 if ((t.tv_sec = set_dns_listeners(now, &rset, &maxfd)) != 0)
589 set_android_listeners(&rset, &maxfd);
602 set_dbus_listeners(&maxfd, &rset, &wset, &eset);
608 FD_SET(daemon->dhcpfd, &rset);
614 FD_SET(daemon->netlinkfd, &rset);
618 FD_SET(piperead, &rset);
640 if (select(maxfd+1, &rset, &wset, &eset, tp) < 0)
643 FD_ZERO(&rset); FD_ZERO(&wset); FD_ZERO(&eset)
1287 fd_set rset, wset; local
    [all...]
dbus.c 339 fd_set *rset, fd_set *wset, fd_set *eset)
352 FD_SET(fd, rset);
361 void check_dbus_listeners(fd_set *rset, fd_set *wset, fd_set *eset)
372 if (FD_ISSET(fd, rset))
tftp.c 371 void check_tftp_listeners(fd_set *rset, time_t now)
385 if (FD_ISSET(transfer->sockfd, rset))
dnsmasq.h 876 void check_dbus_listeners(fd_set *rset, fd_set *wset, fd_set *eset);
877 void set_dbus_listeners(int *maxfdp, fd_set *rset, fd_set *wset, fd_set *eset);
893 void check_tftp_listeners(fd_set *rset, time_t now);
  /frameworks/base/core/jni/
android_bluetooth_BluetoothAudioGateway.cpp 230 fd_set *rset, int ag_fd,
237 if (ag_fd >= 0 && FD_ISSET(ag_fd, &rset)) {
244 FD_ISSET(ag_fd, &rset));
245 if (ag_fd >= 0 && !FD_ISSET(ag_fd, &rset)) {
308 fd_set rset; local
309 FD_ZERO(&rset);
315 FD_SET(nat->hf_ag_rfcomm_sock, &rset);
321 FD_SET(nat->hs_ag_rfcomm_sock, &rset);
335 &rset,
358 &rset, nat->hf_ag_rfcomm_sock
    [all...]
android_bluetooth_HeadsetBase.cpp 387 fd_set rset, wset; local
390 FD_ZERO(&rset);
392 FD_SET(nat->rfcomm_sock, &rset);
399 &rset,
420 /* n must be equal to 1 and either rset or wset must have the
423 if (FD_ISSET(nat->rfcomm_sock, &rset) ||
  /external/bluetooth/glib/glib/
gpoll.c 380 SELECT_MASK rset, wset, xset; local
385 FD_ZERO (&rset);
393 FD_SET (f->fd, &rset);
405 ready = select (maxfd + 1, &rset, &wset, &xset,
413 if (FD_ISSET (f->fd, &rset))
  /external/bluetooth/bluez/test/
l2test.c 565 fd_set rset; local
567 FD_ZERO(&rset);
568 FD_SET(sk, &rset);
570 if (select(sk + 1, &rset, NULL, NULL, NULL) < 0)
573 if (!FD_ISSET(sk, &rset))
  /external/v8/src/
spaces.cc 2119 int rset = Memory::int_at(rset_addr); local
2387 int rset = Memory::int_at(rset_addr); local
    [all...]
  /external/libpcap/
scanner.l 285 rset|ruleset return PF_RSET;

Completed in 165 milliseconds