Searched defs:checkInitComplete (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
H A DFusion.cpp229 bool Fusion::checkInitComplete(int what, const vec3_t& d, float dT) { function in class:android::Fusion
275 if (!checkInitComplete(GYRO, w, dT))
287 if (!checkInitComplete(ACC, a))
307 if (!checkInitComplete(MAG, m))

Completed in 43 milliseconds