OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inv_set_accel_orientation_and_scale
(Results
1 - 6
of
6
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h
154
void
inv_set_accel_orientation_and_scale
(int orientation,
data_builder.c
376
void
inv_set_accel_orientation_and_scale
(int orientation, long sensitivity)
function
[
all
...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h
208
void
inv_set_accel_orientation_and_scale
(int orientation,
data_builder.c
413
void
inv_set_accel_orientation_and_scale
(int orientation, long sensitivity)
function
[
all
...]
/hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp
545
inv_set_accel_orientation_and_scale
(orient, 1LL << 22);
547
inv_set_accel_orientation_and_scale
(orient, mAccelScale << 15);
[
all
...]
/hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp
813
inv_set_accel_orientation_and_scale
(orient, 1LL << 22);
815
inv_set_accel_orientation_and_scale
(orient, (long)mAccelScale << 15);
[
all
...]
Completed in 428 milliseconds