Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:threeSamples

953                     timestamp += ((uint64_t)data->threeSamples[i].deltaTime) << delta_time_shift_table[data->threeSamples[i].deltaTime & delta_time_encoded];
954 processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy);
955 ret += sizeof(data->threeSamples[i]);