Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc79 notification_write_fd_ = pipe_fds[1]; in tryStartThread()
106 close(notification_write_fd_); in stopThread()
113 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()
Dasync_fd_watcher.h58 int notification_write_fd_; variable
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc165 notification_write_fd_ = pipe_fds[1]; in tryStartThread()
177 if (TEMP_FAILURE_RETRY(write(notification_write_fd_, &buffer, 1)) < 0) { in notifyThread()
265 int notification_write_fd_{}; member in test_vendor_lib::AsyncManager::AsyncFdWatcher