Searched refs:mEpollWaitFunc (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | PressureMonitor.h | 127 mEpollWaitFunc(epollWaitFunc), in PressureMonitor() 209 std::function<int(int, epoll_event*, int, int)> mEpollWaitFunc; variable
|
D | PressureMonitor.cpp | 302 totalActiveEvents = mEpollWaitFunc(psiEpollFd, events, maxEvents, /*timeout=*/-1); in waitForLatestPressureLevel() 312 mEpollWaitFunc(psiEpollFd, events, maxEvents, mPollingIntervalMillis.count()); in waitForLatestPressureLevel()
|