Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.h57 void collecting_thread(int pipe);
Dhistogram_collector.cpp392 monitoring_thread = std::thread(&HistogramCollector::collecting_thread, this, selfpipe[0]); in start()
411 void histogram::HistogramCollector::collecting_thread(int selfpipe) { in collecting_thread() function in histogram::HistogramCollector