Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:mGyroOrientation

194     memset(mGyroOrientation, 0, sizeof(mGyroOrientation));
539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
619 mGyroOrientation[0] = om[0];
620 mGyroOrientation[1] = om[1];
621 mGyroOrientation[2] = om[2];
622 mGyroOrientation[3] = om[3];
623 mGyroOrientation[4] = om[4];
624 mGyroOrientation[5] = om[5];
625 mGyroOrientation[6] = om[6];
626 mGyroOrientation[7] = om[7];
627 mGyroOrientation[8] = om[8];