Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc74 int pipe_fds[2]; in tryStartThread() local
75 if (pipe2(pipe_fds, O_NONBLOCK)) return -1; in tryStartThread()
77 notification_listen_fd_ = pipe_fds[0]; in tryStartThread()
78 notification_write_fd_ = pipe_fds[1]; in tryStartThread()
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc78 int pipe_fds[2]; in tryStartThread() local
79 if (pipe2(pipe_fds, O_NONBLOCK)) return -1; in tryStartThread()
81 notification_listen_fd_ = pipe_fds[0]; in tryStartThread()
82 notification_write_fd_ = pipe_fds[1]; in tryStartThread()