Home
last modified time | relevance | path

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

/device/generic/goldfish/sensors/
Dmultihal_sensors.h116 struct BatchEventRef { struct
121 bool operator<(const BatchEventRef &rhs) const {
133 std::priority_queue<BatchEventRef> m_batchQueue;
Dmultihal_sensors.cpp145 BatchEventRef batchEventRef; in activate()
294 BatchEventRef evRef = m_batchQueue.top(); in batchThread()