OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:device_is_still
(Results
1 - 1
of
1
) sorted by null
/device/google/contexthub/firmware/src/algos/
gyro_cal.c
250
bool
device_is_still
= false;
local
287
device_is_still
= (conf_still > gyro_cal->stillness_threshold);
289
if (
device_is_still
) {
Completed in 86 milliseconds