HomeSort by relevance Sort by last modified time
    Searched refs:fusionGetRotationMatrix (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/inc/algos/
fusion.h 86 void fusionGetRotationMatrix(const struct Fusion *fusion, struct Mat33 *R);
  /device/google/contexthub/firmware/os/algos/
fusion.c 541 fusionGetRotationMatrix(fusion, &R);
605 fusionGetRotationMatrix(fusion, &R);
689 void fusionGetRotationMatrix(const struct Fusion *fusion, struct Mat33 *R) {
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 365 fusionGetRotationMatrix(&mTask.game, &R);
381 fusionGetRotationMatrix(&mTask.game, &R);
404 fusionGetRotationMatrix(&mTask.fusion, &R);

Completed in 75 milliseconds