Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dstream_buffer_cache_manager.h234 std::condition_variable cache_access_cv_; variable
H A Dstream_buffer_cache_manager.cc365 if (cache_access_cv_.wait_for(cache_lock, kBufferWaitingTimeOutSec) == in GetBuffer()
513 cache_access_cv_.notify_one(); in Refill()