Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp211 socketCallbacksByFd[pollFds[i].fd].mPollFdIndex = i; in run()
247 pollFds[it->second.mPollFdIndex].events |= POLLIN; in run()
277 pollFds[it->second.mPollFdIndex].events |= POLLOUT; in run()
285 const size_t i = it->second.mPollFdIndex; in run()
382 CHECK_EQ(cb.mPollFdIndex, i); in run()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h87 size_t mPollFdIndex; member