Searched refs:epollfd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp83 AlarmImplTimerFd(int fds[N_ANDROID_TIMERFDS], int epollfd) : argument
84 AlarmImpl(fds, N_ANDROID_TIMERFDS), epollfd(epollfd) { }
92 int epollfd; member in class:android::AlarmImplTimerFd
135 epoll_ctl(epollfd, EPOLL_CTL_DEL, fds[i], NULL);
137 close(epollfd);
208 int nevents = epoll_wait(epollfd, events, N_ANDROID_TIMERFDS, -1);
288 int epollfd; local
291 epollfd = epoll_create(N_ANDROID_TIMERFDS);
292 if (epollfd <
[all...]

Completed in 6 milliseconds