Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 6 of 6) 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/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc190 int nfds = notification_listen_fd_; in setUpFileDescriptorSet() local
237 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.h575 static __inline__ int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
Dsysdeps_win32.cpp564 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()