Home
last modified time | relevance | path

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

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