Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorFusion.cpp62 mEstimatedGyroRate = 200; in ANDROID_SINGLETON_STATIC_INSTANCE()
63 mTargetDelayNs = 1000000000LL/mEstimatedGyroRate; in ANDROID_SINGLETON_STATIC_INSTANCE()
83 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha; in process()
193 mEstimatedGyroRate, in dump()
210 mEstimatedGyroRate, in dump()
227 mEstimatedGyroRate, in dump()
DSensorFusion.h55 float mEstimatedGyroRate; variable
85 float getEstimatedRate() const { return mEstimatedGyroRate; } in getEstimatedRate()