OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGyroOrientation
(Results
1 - 4
of
4
) sorted by null
/hardware/invensense/60xx/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];
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
266
memset(
mGyroOrientation
, 0, sizeof(
mGyroOrientation
));
806
orient = inv_orientation_matrix_to_scalar(
mGyroOrientation
);
890
mGyroOrientation
[0] = om[0];
891
mGyroOrientation
[1] = om[1];
892
mGyroOrientation
[2] = om[2];
893
mGyroOrientation
[3] = om[3];
894
mGyroOrientation
[4] = om[4];
895
mGyroOrientation
[5] = om[5];
896
mGyroOrientation
[6] = om[6]
[
all
...]
MPLSensor.h
420
signed char
mGyroOrientation
[9];
Completed in 33 milliseconds