Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc130 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local
134 timeout_ptr = &timeout; in ThreadRoutine()
139 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc142 struct timeval* timeout_ptr = NULL; in ThreadRoutine() local
146 timeout_ptr = &timeout; in ThreadRoutine()
151 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()
/hardware/interfaces/bluetooth/async/test/
Dasync_fd_watcher_unittest.cc223 bool* timeout_ptr = &timed_out; in TEST_F() local
233 [timeout_ptr]() { *timeout_ptr = true; }); in TEST_F()
/hardware/interfaces/bluetooth/1.0/default/test/
Dasync_fd_watcher_unittest.cc224 bool* timeout_ptr = &timed_out; in TEST_F() local
234 [timeout_ptr]() { *timeout_ptr = true; }); in TEST_F()