Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp176 if (work_available) { in notify_histogram_event()
180 work_available = true; in notify_histogram_event()
191 cv.wait(lk, [this] { return !started || work_available; }); in blob_processing_thread()
197 work_available = false; in blob_processing_thread()
Dhistogram_collector.h74 bool work_available = false; /* GUARDED_BY(mutex) */; variable