Home
last modified time | relevance | path

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

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