Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc133 int max_read_fd = INVALID_FD; in ThreadRoutine() local
136 max_read_fd = std::max(max_read_fd, it.first); in ThreadRoutine()
148 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine()