Searched refs:mAccelOrientation (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp195 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
543 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
648 mAccelOrientation[0] = om[0];
649 mAccelOrientation[1] = om[1];
650 mAccelOrientation[2] = om[2];
651 mAccelOrientation[3] = om[3];
652 mAccelOrientation[4] = om[4];
653 mAccelOrientation[5] = om[5];
654 mAccelOrientation[
[all...]
H A DMPLSensor.h271 signed char mAccelOrientation[9]; member in class:MPLSensor
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp152 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
785 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
900 mAccelOrientation[0] = om[0];
901 mAccelOrientation[1] = om[1];
902 mAccelOrientation[2] = om[2];
903 mAccelOrientation[3] = om[3];
904 mAccelOrientation[4] = om[4];
905 mAccelOrientation[5] = om[5];
906 mAccelOrientation[
[all...]
H A DMPLSensor.h410 signed char mAccelOrientation[9]; member in class:MPLSensor
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp275 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
875 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
985 mAccelOrientation[0] = om[0];
986 mAccelOrientation[1] = om[1];
987 mAccelOrientation[2] = om[2];
988 mAccelOrientation[3] = om[3];
989 mAccelOrientation[4] = om[4];
990 mAccelOrientation[5] = om[5];
991 mAccelOrientation[
[all...]
H A DMPLSensor.h431 signed char mAccelOrientation[9]; member in class:MPLSensor

Completed in 8158 milliseconds