Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h207 struct ThreeAxisSample threeSamples[]; member
Dhubconnection.cpp1262 if (ret + sizeof(data->threeSamples[i]) > len) { in processBuf()
1267 …timestamp += ((uint64_t)data->threeSamples[i].deltaTime) << delta_time_shift_table[data->threeSamp… in processBuf()
1268 …processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy); in processBuf()
1269 ret += sizeof(data->threeSamples[i]); in processBuf()