HomeSort by relevance Sort by last modified time
    Searched refs:notification_listen_fd_ (Results 1 - 7 of 7) sorted by null

  /device/linaro/hikey/bluetooth/
async_fd_watcher.cc 76 notification_listen_fd_ = pipe_fds[0];
118 FD_SET(notification_listen_fd_, &read_fds);
134 int nfds = std::max(notification_listen_fd_, max_read_fd);
153 if (FD_ISSET(notification_listen_fd_, &read_fds)) {
155 TEMP_FAILURE_RETRY(read(notification_listen_fd_, buffer, 1));
async_fd_watcher.h 57 int notification_listen_fd_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.cc 81 notification_listen_fd_ = pipe_fds[0];
131 FD_SET(notification_listen_fd_, &read_fds);
147 int nfds = std::max(notification_listen_fd_, max_read_fd);
168 if (FD_ISSET(notification_listen_fd_, &read_fds)) {
170 TEMP_FAILURE_RETRY(read(notification_listen_fd_, buffer, 1));
async_fd_watcher.h 57 int notification_listen_fd_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.cc 78 notification_listen_fd_ = pipe_fds[0];
129 FD_SET(notification_listen_fd_, &read_fds);
145 int nfds = std::max(notification_listen_fd_, max_read_fd);
166 if (FD_ISSET(notification_listen_fd_, &read_fds)) {
168 TEMP_FAILURE_RETRY(read(notification_listen_fd_, buffer, 1));
async_fd_watcher.h 57 int notification_listen_fd_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 171 notification_listen_fd_ = pipe_fds[0];
194 FD_SET(notification_listen_fd_, &read_fds);
195 int nfds = notification_listen_fd_;
210 if (FD_ISSET(notification_listen_fd_, &read_fds)) {
212 while (TEMP_FAILURE_RETRY(read(notification_listen_fd_, buffer,
273 int notification_listen_fd_; member in class:test_vendor_lib::AsyncManager::AsyncFdWatcher

Completed in 270 milliseconds