OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
245
bool Fusion::
checkInitComplete
(int what, const vec3_t& d, float dT) {
291
if (!
checkInitComplete
(GYRO, w, dT))
303
if (!
checkInitComplete
(ACC, a))
323
if (!
checkInitComplete
(MAG, m))
Completed in 1865 milliseconds