/aosp12/bionic/libc/bionic/ |
H A D | ftw.cpp | 33 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 D | async_fd_watcher.cc | 148 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | async_fd_watcher.cc | 150 int nfds = std::max(notification_listen_fd_, max_read_fd); in ThreadRoutine() local
|
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/ |
H A D | fuzz_fixed_queue.cc | 48 int nfds = 1; in fdIsAvailable() local
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
H A D | drmeventlistener.cpp | 207 int nfds, n; in Routine() local
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Timer.cpp | 171 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 D | async_manager.cc | 187 int nfds = notification_listen_fd_; in setUpFileDescriptorSet() local 234 int nfds = setUpFileDescriptorSet(read_fds); in ThreadRoutine() local
|
/aosp12/hardware/ril/libril/ |
H A D | ril_event.cpp | 69 static int nfds = 0; variable
|
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/ |
H A D | hypv_intercept.cpp | 306 int hypv_poll(struct pollfd *fds, nfds_t nfds, int timeout) in hypv_poll()
|
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/ |
H A D | aplay.c | 174 int nfds = 1; in play_file() local
|
H A D | arec.c | 182 int nfds = 1; in record_file() local
|
/aosp12/system/core/toolbox/ |
H A D | getevent.c | 38 static int nfds; variable
|
/aosp12/system/netd/libnetdutils/ |
H A D | Syscalls.cpp | 118 StatusOr<int> ppoll(pollfd* fds, nfds_t nfds, double timeout) const override { in ppoll()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUsbALSA.cpp | 380 int nfds = 1; in RecordingThreadEntry() local
|
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | histogram_collector.cpp | 520 int nfds = epoll_wait(*epollfd, events, static_cast<int>(EventType::NUM_EVENT_TYPES), -1); in collecting_thread() local
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps.h | 721 static inline int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
|
H A D | sysdeps_win32.cpp | 606 extern int adb_poll(adb_pollfd* fds, size_t nfds, int timeout) { in adb_poll()
|