Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp270 memset(mGyroOrientation, 0, sizeof(mGyroOrientation)); in MPLSensor()
866 orient = inv_orientation_matrix_to_scalar(mGyroOrientation); in inv_set_device_properties()
953 mGyroOrientation[0] = om[0]; in inv_get_sensors_orientation()
954 mGyroOrientation[1] = om[1]; in inv_get_sensors_orientation()
955 mGyroOrientation[2] = om[2]; in inv_get_sensors_orientation()
956 mGyroOrientation[3] = om[3]; in inv_get_sensors_orientation()
957 mGyroOrientation[4] = om[4]; in inv_get_sensors_orientation()
958 mGyroOrientation[5] = om[5]; in inv_get_sensors_orientation()
959 mGyroOrientation[6] = om[6]; in inv_get_sensors_orientation()
960 mGyroOrientation[7] = om[7]; in inv_get_sensors_orientation()
[all …]
DMPLSensor.h430 signed char mGyroOrientation[9]; variable
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp177 memset(mGyroOrientation, 0, sizeof(mGyroOrientation)); in MPLSensor()
808 orient = inv_orientation_matrix_to_scalar(mGyroOrientation); in inv_set_device_properties()
897 mGyroOrientation[0] = om[0]; in inv_get_sensors_orientation()
898 mGyroOrientation[1] = om[1]; in inv_get_sensors_orientation()
899 mGyroOrientation[2] = om[2]; in inv_get_sensors_orientation()
900 mGyroOrientation[3] = om[3]; in inv_get_sensors_orientation()
901 mGyroOrientation[4] = om[4]; in inv_get_sensors_orientation()
902 mGyroOrientation[5] = om[5]; in inv_get_sensors_orientation()
903 mGyroOrientation[6] = om[6]; in inv_get_sensors_orientation()
904 mGyroOrientation[7] = om[7]; in inv_get_sensors_orientation()
[all …]
DMPLSensor.h415 signed char mGyroOrientation[9]; variable