OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUSION_USE_MAG
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/algos/
fusion.h
63
FUSION_USE_MAG
= 1 << 0,
/device/google/contexthub/firmware/os/algos/
fusion.c
103
| ((fusion->flags &
FUSION_USE_MAG
) ? MAG : 0)
114
| ((fusion->flags &
FUSION_USE_MAG
) ? MAG : 0)
194
if (fusion->flags &
FUSION_USE_MAG
) {
203
if (fusion->flags &
FUSION_USE_MAG
) {
498
if (fusion->flags &
FUSION_USE_MAG
) {
543
if (!(fusion->flags &
FUSION_USE_MAG
) &&
/device/google/contexthub/firmware/os/drivers/orientation/
orientation.c
560
(mTask.mag_client_cnt > 0 ?
FUSION_USE_MAG
: 0) |
Completed in 413 milliseconds