Searched refs:m_batchInfo (Results 1 – 2 of 2) sorted by relevance
59 , m_batchInfo(getSensorNumber()) { in MultihalSensors()149 BatchInfo& batchInfo = m_batchInfo[sensorHandle]; in activate()260 m_batchInfo[sensorHandle].samplingPeriodNs = samplingPeriodNs; in batch()264 for (const auto& b : m_batchInfo) { in batch()347 m_batchInfo[event.sensorHandle].event = event; in postSensorEventLocked()471 BatchInfo &batchInfo = m_batchInfo[sensorHandle]; in batchThread()
161 std::vector<BatchInfo> m_batchInfo; member