Searched refs:n_fds (Results 1 – 1 of 1) sorted by relevance
62 AlarmImpl(int *fds, size_t n_fds);71 size_t n_fds; member in android::AlarmImpl100 AlarmImpl::AlarmImpl(int *fds_, size_t n_fds) : fds(new int[n_fds]), in AlarmImpl() argument101 n_fds(n_fds) in AlarmImpl()103 memcpy(fds, fds_, n_fds * sizeof(fds[0])); in AlarmImpl()108 for (size_t i = 0; i < n_fds; i++) { in ~AlarmImpl()