Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorEventsChecker.h52 static Vec3NormChecker byNominal(float nominal, float allowedError) { in byNominal() argument
53 return Vec3NormChecker(nominal - allowedError, nominal + allowedError); in byNominal()