Lines Matching refs:mGyroOrientation
270 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()
961 mGyroOrientation[8] = om[8]; in inv_get_sensors_orientation()
5280 orient = inv_orientation_matrix_to_scalar(mGyroOrientation); in getGyroBias()