Searched refs:rawThreeSamples (Results 1 – 2 of 2) sorted by relevance
206 struct RawThreeAxisSample rawThreeSamples[]; member
1253 if (ret + sizeof(data->rawThreeSamples[i]) > len) { in processBuf()1258 …timestamp += ((uint64_t)data->rawThreeSamples[i].deltaTime) << delta_time_shift_table[data->rawThr… in processBuf()1259 …processSample(timestamp, type, currSensor, &data->rawThreeSamples[i], data->firstSample.highAccura… in processBuf()1260 ret += sizeof(data->rawThreeSamples[i]); in processBuf()