Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h206 struct RawThreeAxisSample rawThreeSamples[]; member
Dhubconnection.cpp1253 if (ret + sizeof(data->rawThreeSamples[i]) > len) { in processBuf()
1258 …timestamp += ((uint64_t)data->rawThreeSamples[i].deltaTime) << delta_time_shift_table[data->rawThr… in processBuf()
1259 …processSample(timestamp, type, currSensor, &data->rawThreeSamples[i], data->firstSample.highAccura… in processBuf()
1260 ret += sizeof(data->rawThreeSamples[i]); in processBuf()