Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:mGyroOrientation

266     memset(mGyroOrientation, 0, sizeof(mGyroOrientation));
806 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
890 mGyroOrientation[0] = om[0];
891 mGyroOrientation[1] = om[1];
892 mGyroOrientation[2] = om[2];
893 mGyroOrientation[3] = om[3];
894 mGyroOrientation[4] = om[4];
895 mGyroOrientation[5] = om[5];
896 mGyroOrientation[6] = om[6];
897 mGyroOrientation[7] = om[7];
898 mGyroOrientation[8] = om[8];
4982 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);