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

  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 195 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[6] = om[6]
    [all...]
MPLSensor.h 271 signed char mAccelOrientation[9];
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 267 memset(mAccelOrientation, 0, sizeof(mAccelOrientation));
811 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
919 mAccelOrientation[0] = om[0];
920 mAccelOrientation[1] = om[1];
921 mAccelOrientation[2] = om[2];
922 mAccelOrientation[3] = om[3];
923 mAccelOrientation[4] = om[4]
    [all...]
MPLSensor.h 421 signed char mAccelOrientation[9];

Completed in 370 milliseconds