Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A 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()
/aosp12/system/bt/vendor_libs/linux/interface/
H A 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()
/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dasync_fd_watcher_unittest.cc224 bool* timeout_ptr = &timed_out; in TEST_F() local
234 [timeout_ptr]() { *timeout_ptr = true; }); in TEST_F()