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