Searched refs:m_batchInfo (Results 1 – 2 of 2) sorted by relevance
31 , m_batchInfo(getSensorNumber()) { in MultihalSensors()135 BatchInfo& batchInfo = m_batchInfo[sensorHandle]; in activate()180 m_batchInfo[sensorHandle].samplingPeriodNs = samplingPeriodNs; in batch()248 m_batchInfo[event.sensorHandle].event = event; in postSensorEvent()303 BatchInfo &batchInfo = m_batchInfo[sensorHandle]; in batchThread()
134 std::vector<BatchInfo> m_batchInfo; member