Lines Matching refs:threeSamples
1426 if (ret + sizeof(data->threeSamples[i]) > len) {
1431 timestamp += ((uint64_t)data->threeSamples[i].deltaTime) << delta_time_shift_table[data->threeSamples[i].deltaTime & delta_time_encoded];
1432 processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy);
1433 ret += sizeof(data->threeSamples[i]);