Home
last modified time | relevance | path

Searched refs:mEpollWaitFunc (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPressureMonitor.h127 mEpollWaitFunc(epollWaitFunc), in PressureMonitor()
209 std::function<int(int, epoll_event*, int, int)> mEpollWaitFunc; variable
DPressureMonitor.cpp302 totalActiveEvents = mEpollWaitFunc(psiEpollFd, events, maxEvents, /*timeout=*/-1); in waitForLatestPressureLevel()
312 mEpollWaitFunc(psiEpollFd, events, maxEvents, mPollingIntervalMillis.count()); in waitForLatestPressureLevel()