HomeSort by relevance Sort by last modified time
    Searched full:checkinitcomplete (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
Fusion.h 75 bool checkInitComplete(int, const vec3_t& w, float d = 0);
Fusion.cpp 229 bool Fusion::checkInitComplete(int what, const vec3_t& d, float dT) {
275 if (!checkInitComplete(GYRO, w, dT))
287 if (!checkInitComplete(ACC, a))
307 if (!checkInitComplete(MAG, m))

Completed in 109 milliseconds