Home
last modified time | relevance | path

Searched refs:FUSION_REINITIALIZE (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h65 FUSION_REINITIALIZE = 1 << 2, enumerator
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c562 ((mTask.flags & FUSION_FLAG_INITIALIZED) ? 0 : FUSION_REINITIALIZE)); in configureFusion()
576 ((mTask.flags & FUSION_FLAG_INITIALIZED) ? 0 : FUSION_REINITIALIZE)); in configureGame()
/device/google/contexthub/firmware/os/algos/
Dfusion.c83 if (flags & FUSION_REINITIALIZE) in initFusion()