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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp178 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
813 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
928 mAccelOrientation[0] = om[0];
929 mAccelOrientation[1] = om[1];
930 mAccelOrientation[2] = om[2];
931 mAccelOrientation[3] = om[3];
932 mAccelOrientation[4] = om[4];
933 mAccelOrientation[5] = om[5];
934 mAccelOrientation[
[all...]
H A DMPLSensor.h416 signed char mAccelOrientation[9]; member in class:MPLSensor
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp271 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
871 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
981 mAccelOrientation[0] = om[0];
982 mAccelOrientation[1] = om[1];
983 mAccelOrientation[2] = om[2];
984 mAccelOrientation[3] = om[3];
985 mAccelOrientation[4] = om[4];
986 mAccelOrientation[5] = om[5];
987 mAccelOrientation[
[all...]
H A DMPLSensor.h431 signed char mAccelOrientation[9]; member in class:MPLSensor

Completed in 67 milliseconds