Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A 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()
H A Dasync_fd_watcher.h58 int notification_write_fd_; variable
/aosp12/system/bt/vendor_libs/linux/interface/
H A 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()
H A Dasync_fd_watcher.h58 int notification_write_fd_; variable
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A 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