Searched refs:N_ANDROID_TIMERFDS (Results 1 – 1 of 1) sorted by relevance
64 static const size_t N_ANDROID_TIMERFDS = ANDROID_ALARM_TYPE_COUNT + 1; variable65 static const clockid_t android_alarm_to_clockid[N_ANDROID_TIMERFDS] = {74 typedef std::array<int, N_ANDROID_TIMERFDS> TimerFds;173 epoll_event events[N_ANDROID_TIMERFDS]; in waitForAlarm()175 int nevents = epoll_wait(epollfd, events, N_ANDROID_TIMERFDS, -1); in waitForAlarm()