Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DFusion.cpp261 bool Fusion::checkInitComplete(int what, const vec3_t& d, float dT) { in checkInitComplete() function in android::Fusion
314 if (!checkInitComplete(GYRO, w, dT)) in handleGyro()
321 if (!checkInitComplete(ACC, a, dT)) in handleAcc()
354 if (!checkInitComplete(MAG, m)) in handleMag()
DFusion.h91 bool checkInitComplete(int, const vec3_t& w, float d = 0);