Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorFusion.cpp56 mEstimatedGyroRate = 200; in ANDROID_SINGLETON_STATIC_INSTANCE()
57 mTargetDelayNs = 1000000000LL/mEstimatedGyroRate; in ANDROID_SINGLETON_STATIC_INSTANCE()
71 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha; in process()
147 mEstimatedGyroRate, in dump()
DSensorFusion.h47 float mEstimatedGyroRate; variable
63 float getEstimatedRate() const { return mEstimatedGyroRate; } in getEstimatedRate()