OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orientMtx
(Results
1 - 2
of
2
) sorted by null
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
820
signed char
orientMtx
[9];
821
mCompassSensor->getOrientationMatrix(
orientMtx
);
823
inv_orientation_matrix_to_scalar(
orientMtx
);
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
550
signed char
orientMtx
[9];
551
mCompassSensor->getOrientationMatrix(
orientMtx
);
553
inv_orientation_matrix_to_scalar(
orientMtx
);
[
all
...]
Completed in 337 milliseconds