Searched refs:mLastDqLogTs (Results 1 – 1 of 1) sorted by relevance
604 mLastDqLogTs(0), mAllocator(allocator), in Impl()634 if (mLastDqLogTs == 0) { in fetchGraphicBlock()635 mLastDqLogTs = getTimestampNow(); in fetchGraphicBlock()638 if (now >= mLastDqLogTs + 5000000) { in fetchGraphicBlock()644 mLastDqLogTs = now; in fetchGraphicBlock()862 int64_t mLastDqLogTs; member in C2BufferQueueBlockPool::Impl