Searched refs:handleGyro (Results 1 – 3 of 3) sorted by relevance
59 void handleGyro(const vec3_t& w, float dT);
63 mFusion.handleGyro(vec3_t(event.data), 1.0f/mGyroRate); in process()
274 void Fusion::handleGyro(const vec3_t& w, float dT) { in handleGyro() function in android::Fusion