Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp70 #define MIN_MAG_SQ (10.0f * 10.0f) macro
635 if (magSq < MIN_MAG_SQ || magSq > MAX_MAG_SQ) { in magAccuracyUpdate()