HomeSort by relevance Sort by last modified time
    Searched refs:mGyroOrientation (Results 1 - 2 of 2) sorted by null

  /hardware/invensense/libsensors_iio/
MPLSensor.cpp 194 memset(mGyroOrientation, 0, sizeof(mGyroOrientation));
539 orient = inv_orientation_matrix_to_scalar(mGyroOrientation);
619 mGyroOrientation[0] = om[0];
620 mGyroOrientation[1] = om[1];
621 mGyroOrientation[2] = om[2];
622 mGyroOrientation[3] = om[3];
623 mGyroOrientation[4] = om[4];
624 mGyroOrientation[5] = om[5];
625 mGyroOrientation[6] = om[6]
    [all...]
MPLSensor.h 270 signed char mGyroOrientation[9];

Completed in 29 milliseconds