Searched refs:handleGyro (Results 1 – 3 of 3) sorted by relevance
66 void handleGyro(const vec3_t& w, float dT);
90 mFusions[i].handleGyro(gyro, dT); in process()
313 void Fusion::handleGyro(const vec3_t& w, float dT) { in handleGyro() function in android::Fusion