Home
last modified time | relevance | path

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

/device/generic/goldfish/sensors/include/
Dmultihal_sensors.h142 struct BatchEventRef { struct
147 bool operator<(const BatchEventRef &rhs) const {
160 std::priority_queue<BatchEventRef> m_batchQueue;
/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp162 BatchEventRef batchEventRef; in activate()
462 BatchEventRef evRef = m_batchQueue.top(); in batchThread()