Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp30 constexpr const size_t kSizeLoggingThreshold = 20; variable
51 if (mPendingGarbage.size() > kSizeLoggingThreshold) { in AddPendingGarbage()
65 if (mPendingGarbage.size() > kSizeLoggingThreshold) { in AddPendingGarbage()
87 if (mPollFunctions.size() > kSizeLoggingThreshold) { in PollAndProcessGarbage()
138 if (mPendingGarbage.size() > kSizeLoggingThreshold) { in PollAndProcessGarbage()