Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp80 auto firstPendingIt = std::find_if(mPollFunctions.begin(), mPollFunctions.end(), in PollAndProcessGarbage()
85 mPollFunctions.erase(mPollFunctions.begin(), firstPendingIt); in PollAndProcessGarbage()
87 if (mPollFunctions.size() > kSizeLoggingThreshold) { in PollAndProcessGarbage()
88 WARN("VkDevice:%p has %d pending waitables.", mDevice, mPollFunctions.size()); in PollAndProcessGarbage()
160 mPollFunctions.push_back(std::move(pollFunction)); in AddPendingDeviceOp()
DDeviceOpTracker.h76 std::deque<OpPollingFunction> mPollFunctions; variable