Home
last modified time | relevance | path

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

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