Home
last modified time | relevance | path

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

/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/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()