Lines Matching refs:mGyroOrientation
177 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()
905 mGyroOrientation[8] = om[8]; in inv_get_sensors_orientation()
5643 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);