Lines Matching refs:mAccelOrientation
271 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()
989 mAccelOrientation[8] = om[8]; in inv_get_sensors_orientation()