Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp73 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()
DDeviceOpTracker.h85 std::deque<PollFunction> mPollFunctions; variable