Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc82 notification_write_fd_ = pipe_fds[1]; in tryStartThread()
109 close(notification_write_fd_); in stopThread()
116 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()
Dasync_fd_watcher.h58 int notification_write_fd_; variable