Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/libhistogram/
Dhistogram_collector.cpp153 monitoring_thread = std::thread(&HistogramCollector::blob_processing_thread, this); in start()
166 if (monitoring_thread.joinable()) in stop()
167 monitoring_thread.join(); in stop()
Dhistogram_collector.h76 std::thread monitoring_thread; variable
/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h61 std::thread monitoring_thread; variable
Dhistogram_collector.cpp392 monitoring_thread = std::thread(&HistogramCollector::collecting_thread, this, selfpipe[0]); in start()
404 if (monitoring_thread.joinable()) in stop()
405 monitoring_thread.join(); in stop()