Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorFusion.h72 bool hasEstimate(int mode = FUSION_9AXIS) const {
73 return mFusions[mode].hasEstimate();
DRotationVectorSensor.cpp50 if (mSensorFusion.hasEstimate(mMode)) { in process()
136 if (mSensorFusion.hasEstimate()) { in process()
DOrientationSensor.cpp51 if (mSensorFusion.hasEstimate()) { in process()
DFusion.h72 bool hasEstimate() const;
DGravitySensor.cpp59 if (!mSensorFusion.hasEstimate(FUSION_NOMAG)) in process()
DFusion.cpp255 bool Fusion::hasEstimate() const { in hasEstimate() function in android::Fusion
262 if (hasEstimate()) in checkInitComplete()
283 if (hasEstimate()) { in checkInitComplete()