Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dasync_fd_watcher.cc145 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
/system/bt/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc48 int nfds = 1; in fdIsAvailable() local
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc187 int nfds = notification_listen_fd_; in setUpFileDescriptorSet() local
234 int nfds = setUpFileDescriptorSet(read_fds); in ThreadRoutine() local
/system/core/toolbox/
Dgetevent.c38 static int nfds; variable
/system/netd/libnetdutils/
DSyscalls.cpp118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll()
/system/core/adb/
Dsysdeps.h649 static inline int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
Dsysdeps_win32.cpp606 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()