Home | History | Annotate | Download | only in libsensors_iio

Lines Matching defs:orient

674         // open DMP Orient Fd
858 unsigned short orient;
866 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
867 inv_set_gyro_orientation_and_scale(orient, mGyroScale << 15);
871 orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
873 inv_set_accel_orientation_and_scale(orient, 1LL << 22);
875 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15);
882 orient =
886 inv_set_compass_orientation_and_scale(orient, sensitivity);
4361 int MPLSensor::dmpOrientHandler(int orient)
4364 LOGV_IF(PROCESS_VERBOSE, "HAL:orient %x", orient);
5179 unsigned short orient;
5182 orient = inv_orientation_matrix_to_scalar(orientMtx);
5186 inv_convert_to_body(orient, bias, compassBias);
5276 unsigned short orient;
5280 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
5282 inv_convert_to_body(orient, mGyroChipBias, bias);
5427 unsigned short orient = inv_orientation_matrix_to_scalar(mAccelOrientation);
5428 inv_convert_to_body(orient, mAccelBias, bias);