Searched refs:threeSamples (Results 1 – 2 of 2) sorted by relevance
207 struct ThreeAxisSample threeSamples[]; member
1262 if (ret + sizeof(data->threeSamples[i]) > len) { in processBuf()1267 …timestamp += ((uint64_t)data->threeSamples[i].deltaTime) << delta_time_shift_table[data->threeSamp… in processBuf()1268 …processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy); in processBuf()1269 ret += sizeof(data->threeSamples[i]); in processBuf()