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

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

Completed in 20 milliseconds