Searched defs:max_read_fd (Results 1 - 1 of 1) sorted by relevance

/device/linaro/hikey/bluetooth/
H A Dasync_fd_watcher.cc119 int max_read_fd = INVALID_FD; local
122 max_read_fd = std::max(max_read_fd, it.first);
134 int nfds = std::max(notification_listen_fd_, max_read_fd);

Completed in 23 milliseconds