Searched refs:mLastDqLogTs (Results 1 – 1 of 1) sorted by relevance
579 mLastDqLogTs(0), mAllocator(allocator), mIgbpValidityToken(std::make_shared<int>(0)) { in Impl()604 if (mLastDqLogTs == 0) { in fetchGraphicBlock()605 mLastDqLogTs = getTimestampNow(); in fetchGraphicBlock()608 if (now >= mLastDqLogTs + 5000000) { in fetchGraphicBlock()614 mLastDqLogTs = now; in fetchGraphicBlock()760 int64_t mLastDqLogTs; member in C2BufferQueueBlockPool::Impl