Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp46 mLastLogMs(mTimestampMs), in BufferPool()
469 if (mTimestampMs > mLastLogMs + kLogDurationMs || in cleanUp()
471 mLastLogMs = mTimestampMs; in cleanUp()
DBufferPool.h48 int64_t mLastLogMs; member