Home
last modified time | relevance | path

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

/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc77 notification_write_fd_ = pipe_fds[1]; in tryStartThread()
108 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()
Dasync_fd_watcher.h58 int notification_write_fd_; variable