Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/src/
DTimer.cpp36 constexpr size_t kReadPipe = 0; variable
87 if (mPipes[kReadPipe] != -1) { in cleanup()
88 close(mPipes[kReadPipe]); in cleanup()
89 mPipes[kReadPipe] = -1; in cleanup()
178 if (epoll_ctl(mEpollFd, EPOLL_CTL_ADD, mPipes[kReadPipe], &terminateEvent) == -1) { in dispatch()