Home | History | Annotate | Download | only in sensorhal

Lines Matching refs:rawThreeSamples

948                     timestamp += ((uint64_t)data->rawThreeSamples[i].deltaTime) << delta_time_shift_table[data->rawThreeSamples[i].deltaTime & delta_time_encoded];
949 processSample(timestamp, type, currSensor, &data->rawThreeSamples[i], data->firstSample.highAccuracy);
950 ret += sizeof(data->rawThreeSamples[i]);