Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/utils/
H A Dstream_buffer_cache_manager.cc52 workload_thread_ = std::thread([this] { this->WorkloadThreadLoop(); }); in StreamBufferCacheManager()
54 status_t res = utils::SetRealtimeThread(workload_thread_.native_handle()); in StreamBufferCacheManager()
70 workload_thread_.join(); in ~StreamBufferCacheManager()
H A Dstream_buffer_cache_manager.h292 std::thread workload_thread_; variable