Searched refs:mPollFunctions (Results 1 – 2 of 2) sorted by relevance
73 mPollFunctions.erase(std::remove_if(mPollFunctions.begin(), mPollFunctions.end(), in Poll()78 mPollFunctions.end()); in Poll()80 if (mPollFunctions.size() > kSizeLoggingThreshold) { in Poll()86 mPollFunctions.begin(), mPollFunctions.end(), [old](const PollFunction& pollingFunc) { in Poll()91 mDevice, mPollFunctions.size(), numOldFuncs, in Poll()168 mPollFunctions.push_back(PollFunction{ in AddPendingDeviceOp()
85 std::deque<PollFunction> mPollFunctions; variable