Home
last modified time | relevance | path

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

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