Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/
Dfusion.c107 fusionSetMagTrust(fusion, NORMAL); in initFusion()
227 fusionSetMagTrust(fusion, INITIALIZATION); in fusion_init_complete()
599 fusionSetMagTrust(fusion, NORMAL); in fusionHandleMag()
614 fusionSetMagTrust(fusion, NORMAL); in fusionHandleMag()
621 fusionSetMagTrust(fusion, BACK_TO_VALID); in fusionHandleMag()
646 fusionSetMagTrust(fusion, NORMAL); in fusionHandleMag()
663 void fusionSetMagTrust(struct Fusion *fusion, int mode) { in fusionSetMagTrust() function
/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h82 void fusionSetMagTrust(struct Fusion *fusion, int mode);
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c814 fusionSetMagTrust(&mTask.fusion, MANUAL_MAG_CAL); in fusionHandleEvent()