Home
last modified time | relevance | path

Searched refs:rawThreeSamples (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/sensorhal/
Dhubconnection.h223 struct RawThreeAxisSample rawThreeSamples[]; member
Dhubconnection.cpp1305 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()