Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h173 struct ThreeAxisSample threeSamples[]; member
Dhubconnection.cpp814 …timestamp += ((uint64_t)data->threeSamples[i].deltaTime) << delta_time_shift_table[data->threeSamp… in processBuf()
815 …processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy); in processBuf()
816 ret += sizeof(data->threeSamples[i]); in processBuf()