Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorFusion.cpp65 mEstimatedGyroRate = 200; in ANDROID_SINGLETON_STATIC_INSTANCE()
66 mTargetDelayNs = 1000000000LL/mEstimatedGyroRate; in ANDROID_SINGLETON_STATIC_INSTANCE()
86 mEstimatedGyroRate = freq + (mEstimatedGyroRate - freq)*alpha; in process()
196 mEstimatedGyroRate, in dump()
213 mEstimatedGyroRate, in dump()
230 mEstimatedGyroRate, in dump()
246 proto->write(ESTIMATED_GYRO_RATE, mEstimatedGyroRate); in dumpFusion()
DSensorFusion.h55 float mEstimatedGyroRate; variable
85 float getEstimatedRate() const { return mEstimatedGyroRate; } in getEstimatedRate()