Searched refs:highAccuracy (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/sensorhal/ |
D | hubconnection.h | 164 uint8_t highAccuracy : 1; member 246 …nt64_t timestamp, uint32_t type, uint32_t sensor, struct OneAxisSample *sample, bool highAccuracy); 247 …t timestamp, uint32_t type, uint32_t sensor, struct RawThreeAxisSample *sample, bool highAccuracy); 248 …64_t timestamp, uint32_t type, uint32_t sensor, struct ThreeAxisSample *sample, bool highAccuracy);
|
D | hubconnection.cpp | 555 …2_t type, uint32_t sensor, struct OneAxisSample *sample, __attribute__((unused)) bool highAccuracy) in processSample() argument 648 …ype, uint32_t sensor, struct RawThreeAxisSample *sample, __attribute__((unused)) bool highAccuracy) in processSample() argument 714 …t64_t timestamp, uint32_t type, uint32_t sensor, struct ThreeAxisSample *sample, bool highAccuracy) in processSample() argument 810 mMagAccuracy = highAccuracy ? SENSOR_STATUS_ACCURACY_HIGH : SENSOR_STATUS_ACCURACY_MEDIUM; in processSample() 1250 … processSample(timestamp, type, currSensor, &data->oneSamples[i], data->firstSample.highAccuracy); in processBuf() 1259 …cessSample(timestamp, type, currSensor, &data->rawThreeSamples[i], data->firstSample.highAccuracy); in processBuf() 1268 …processSample(timestamp, type, currSensor, &data->threeSamples[i], data->firstSample.highAccuracy); in processBuf()
|