Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc140 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local
144 timeout_ptr = &timeout; in ThreadRoutine()
149 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()