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