Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dftw.cpp33 int nfds, in do_nftw()
118 int ftw(const char* path, int (*ftw_fn)(const char*, const struct stat*, int), int nfds) { in ftw() argument
123 int nfds, int nftw_flags) { in nftw()
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.cc148 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dasync_fd_watcher.cc150 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/
H A Dfuzz_fixed_queue.cc48 int nfds = 1; in fdIsAvailable() local
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
H A Ddrmeventlistener.cpp207 int nfds, n; in Routine() local
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DTimer.cpp171 int nfds = epoll_wait(mEpollFd, events, DispatchType::MAX_DISPATCH_TYPE, -1); in dispatch() local
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dasync_manager.cc187 int nfds = notification_listen_fd_; in setUpFileDescriptorSet() local
234 int nfds = setUpFileDescriptorSet(read_fds); in ThreadRoutine() local
/aosp12/hardware/ril/libril/
H A Dril_event.cpp69 static int nfds = 0; variable
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/
H A Dhypv_intercept.cpp306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll()
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c174 int nfds = 1; in play_file() local
H A Darec.c182 int nfds = 1; in record_file() local
/aosp12/system/core/toolbox/
H A Dgetevent.c38 static int nfds; variable
/aosp12/system/netd/libnetdutils/
H A DSyscalls.cpp118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp380 int nfds = 1; in RecordingThreadEntry() local
/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.cpp520 int nfds = epoll_wait(*epollfd, events, static_cast<int>(EventType::NUM_EVENT_TYPES), -1); in collecting_thread() local
/aosp12/packages/modules/adb/
H A Dsysdeps.h721 static inline int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
H A Dsysdeps_win32.cpp606 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()