Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc116 fd_set read_fds; in ThreadRoutine() local
117 FD_ZERO(&read_fds); in ThreadRoutine()
118 FD_SET(notification_listen_fd_, &read_fds); in ThreadRoutine()
121 FD_SET(it.first, &read_fds); in ThreadRoutine()
135 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
153 if (FD_ISSET(notification_listen_fd_, &read_fds)) { in ThreadRoutine()
164 if (FD_ISSET(it.first, &read_fds)) { in ThreadRoutine()