Home
last modified time | relevance | path

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

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPool.cpp44 : mTimestampMs(::android::elapsedRealtime()), in BufferPool()
45 mLastCleanUpMs(mTimestampMs), in BufferPool()
46 mLastLogMs(mTimestampMs), in BufferPool()
245 std::make_unique<TransactionStatus>(message, mTimestampMs))); in handleTransferTo()
259 std::make_unique<TransactionStatus>(message, mTimestampMs))); in handleTransferFrom()
312 mTimestampMs = ::android::elapsedRealtime(); in processStatusMessages()
466 if (clearCache || mTimestampMs > mLastCleanUpMs + kCleanUpDurationMs || in cleanUp()
468 mLastCleanUpMs = mTimestampMs; in cleanUp()
469 if (mTimestampMs > mLastLogMs + kLogDurationMs || in cleanUp()
471 mLastLogMs = mTimestampMs; in cleanUp()
DDataHelper.h104 int64_t mTimestampMs; member
111 mTimestampMs = timestampMs; in TransactionStatus()
DBufferPool.h46 int64_t mTimestampMs; member