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/sm7250/display/libhistogram/
Dhistogram_collector.cpp149 monitoring_thread = std::thread(&HistogramCollector::blob_processing_thread, this); in start()
162 if (monitoring_thread.joinable()) in stop()
163 monitoring_thread.join(); in stop()
Dhistogram_collector.h73 std::thread monitoring_thread; variable