Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc135 int max_read_fd = INVALID_FD; in ThreadRoutine() local
138 max_read_fd = std::max(max_read_fd, it.first); in ThreadRoutine()
150 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine()