Home
last modified time | relevance | path

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

/frameworks/av/media/module/bufferpool/1.0/
DBufferPoolClient.cpp117 int64_t mLastChangeUs; member
119 BufferCache() : mCreating(false), mActive(0), mLastChangeUs(getTimestampNow()) {} in BufferCache()
123 mLastChangeUs = getTimestampNow(); in incActive_l()
128 mLastChangeUs = getTimestampNow(); in decActive_l()
291 *lastTransactionUs = mCache.mLastChangeUs; in isActive()
/frameworks/av/media/module/bufferpool/2.0/
DBufferPoolClient.cpp128 int64_t mLastChangeUs; member
130 BufferCache() : mCreating(false), mActive(0), mLastChangeUs(getTimestampNow()) {} in BufferCache()
134 mLastChangeUs = getTimestampNow(); in incActive_l()
139 mLastChangeUs = getTimestampNow(); in decActive_l()
328 *lastTransactionUs = mCache.mLastChangeUs; in isActive()