Home
last modified time | relevance | path

Searched refs:Fusion (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/algos/
Dfusion.h40 struct Fusion { struct
75 void initFusion(struct Fusion *fusion, uint32_t flags); argument
77 void fusionHandleGyro(struct Fusion *fusion, const struct Vec3 *w, float dT);
78 int fusionHandleAcc(struct Fusion *fusion, const struct Vec3 *a, float dT);
79 int fusionHandleMag(struct Fusion *fusion, const struct Vec3 *m, float dT);
82 void fusionSetMagTrust(struct Fusion *fusion, int mode);
84 void fusionGetAttitude(const struct Fusion *fusion, struct Vec4 *attitude);
85 void fusionGetBias(const struct Fusion *fusion, struct Vec3 *bias);
86 void fusionGetRotationMatrix(const struct Fusion *fusion, struct Mat33 *R);
87 int fusionHasEstimate(const struct Fusion *fusion);
/device/google/contexthub/firmware/os/algos/
Dfusion.c66 void initFusion(struct Fusion *fusion, uint32_t flags) { in initFusion()
111 int fusionHasEstimate(const struct Fusion *fusion) { in fusionHasEstimate()
118 static void updateDt(struct Fusion *fusion, float dT) { in updateDt()
137 static int fusion_init_complete(struct Fusion *fusion, int what, const struct Vec3 *d, float dT) { in fusion_init_complete()
245 static void fusionCheckState(struct Fusion *fusion) { in fusionCheckState()
261 static void fusionPredict(struct Fusion *fusion, const struct Vec3 *w) { in fusionPredict()
389 void fusionHandleGyro(struct Fusion *fusion, const struct Vec3 *w, float dT) { in fusionHandleGyro()
431 struct Fusion *fusion, const struct Vec3 *z, const struct Vec3 *Bi, float sigma) { in fusionUpdate()
513 int fusionHandleAcc(struct Fusion *fusion, const struct Vec3 *a, float dT) { in fusionHandleAcc()
590 int fusionHandleMag(struct Fusion *fusion, const struct Vec3 *m, float dT) { in fusionHandleMag()
[all …]
/device/google/sunfish/
Dinit.qcom.usb.rc577 # Fusion 3 composition
597 # Fusion 3 composition with diag_mdm and adb
617 # Fusion 3 composition with diag_mdm
636 # Fusion 3 DSDA composition with adb
656 # Fusion 3 DSDA composition without adb
675 # Fusion 3 DSDA2 composition with adb
695 # Fusion 3 DSDA2 composition without adb
714 # Fusion PCIe composition with diag_mdm and adb
729 # Fusion PCIe composition with diag_mdm
743 # Fusion HSIC/PCIe Hybrid composition with diag_mdm and adb
[all …]
/device/google/coral/
Dinit.qcom.usb.rc577 # Fusion 3 composition
597 # Fusion 3 composition with diag_mdm and adb
617 # Fusion 3 composition with diag_mdm
636 # Fusion 3 DSDA composition with adb
656 # Fusion 3 DSDA composition without adb
675 # Fusion 3 DSDA2 composition with adb
695 # Fusion 3 DSDA2 composition without adb
714 # Fusion PCIe composition with diag_mdm and adb
729 # Fusion PCIe composition with diag_mdm
743 # Fusion HSIC/PCIe Hybrid composition with diag_mdm and adb
[all …]
/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c113 struct Fusion fusion;
114 struct Fusion game;