/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
and_constructor.c | 84 inv_set_accel_orientation_and_scale(orient, sens); 210 inv_set_accel_orientation_and_scale(orientation, sensitivity);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 159 void inv_set_accel_orientation_and_scale(int orientation,
|
data_builder.c | 488 void inv_set_accel_orientation_and_scale(int orientation, long sensitivity) function [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 218 void inv_set_accel_orientation_and_scale(int orientation,
|
data_builder.c | 437 void inv_set_accel_orientation_and_scale(int orientation, long sensitivity) function [all...] |
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
data_builder.h | 221 void inv_set_accel_orientation_and_scale(int orientation,
|
data_builder.c | 642 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/6515/libsensors_iio/ |
MPLSensor.cpp | 787 inv_set_accel_orientation_and_scale(orient, 1LL << 22); 789 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15); [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.cpp | 877 inv_set_accel_orientation_and_scale(orient, 1LL << 22); 879 inv_set_accel_orientation_and_scale(orient, (long)mAccelScale << 15); [all...] |