Home
last modified time | relevance | path

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

/device/generic/goldfish/sensors/
Dmultihal_sensors.cpp149 BatchInfo& batchInfo = m_batchInfo[sensorHandle]; in activate() local
158 if (batchInfo.samplingPeriodNs <= 0) { in activate()
164 ::android::elapsedRealtimeNano() + batchInfo.samplingPeriodNs; in activate()
166 batchEventRef.generation = ++batchInfo.generation; in activate()
471 BatchInfo &batchInfo = m_batchInfo[sensorHandle]; in batchThread() local
472 if (batchInfo.event.sensorType == SensorType::META_DATA) { in batchThread()
476 batchInfo.event.timestamp = evRef.timestamp; in batchThread()
479 doPostSensorEventLocked(*sensor, batchInfo.event); in batchThread()
482 if (evRef.generation == batchInfo.generation) { in batchThread()
483 const int64_t samplingPeriodNs = batchInfo.samplingPeriodNs; in batchThread()