Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp34 constexpr std::chrono::milliseconds kTimedMutexTimeoutMs = std::chrono::milliseconds(500); variable
769 if (!mAllocateBuffersLock.try_lock_for(kTimedMutexTimeoutMs)) { in requestNewBufferSet()
771 static_cast<int64_t>(kTimedMutexTimeoutMs.count())); in requestNewBufferSet()
836 if (!configureProducerLock.try_lock_for(kTimedMutexTimeoutMs)) { in configureProducer()
838 static_cast<int64_t>(kTimedMutexTimeoutMs.count())); in configureProducer()