Home
last modified time | relevance | path

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

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