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

/frameworks/base/services/sensorservice/
H A DFusion.h75 bool checkInitComplete(int, const vec3_t& w, float d = 0);
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 51 milliseconds