Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc313 if (forced_flushing || !is_active_) { in UpdateCache()
337 if (!is_active_) { in GetBuffer()
402 is_active_ = active; in SetManagerState()
407 if (is_active_ && !forced_flushing) { in FlushLocked()
445 if (!is_active_) { in Refill()
520 if (!is_active_) { in RefillableLocked()
Dstream_buffer_cache_manager.h260 bool is_active_ = false; variable