Searched refs:n_fds (Results 1 – 1 of 1) sorted by relevance
58 AlarmImpl(int *fds, size_t n_fds);67 size_t n_fds; member in android::AlarmImpl95 AlarmImpl::AlarmImpl(int *fds_, size_t n_fds) : fds(new int[n_fds]), in AlarmImpl() argument96 n_fds(n_fds) in AlarmImpl()98 memcpy(fds, fds_, n_fds * sizeof(fds[0])); in AlarmImpl()103 for (size_t i = 0; i < n_fds; i++) { in ~AlarmImpl()