Searched refs:nfds (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | hci_watcher.cpp | 116 int nfds;
in WatcherThread() local 126 nfds = wakeupPipe_[0];
in WatcherThread() 131 nfds = std::max(fd.first, nfds);
in WatcherThread() 144 int ret = select(nfds + 1, &readFds, nullptr, nullptr, timeout);
in WatcherThread()
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_dev.cpp | 237 int nfds; in dequeueBuffers() local 240 nfds = epoll_wait(epollFd_, events, MAXSTREAMCOUNT, -1); in dequeueBuffers() 241 CAMERA_LOGI("loopBuffers: epoll_wait rc = %{public}d streamNumber_ == %{public}d\n", nfds, streamNumber_); in dequeueBuffers() 243 for (int n = 0; nfds > 0; ++n, --nfds) { in dequeueBuffers()
|
Completed in 2 milliseconds