Home
last modified time | relevance | path

Searched defs:accel (Results 1 – 10 of 10) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c81 long accel[3]; in inv_get_sensor_type_accelerometer() local
106 long gravity[3], accel[3]; in inv_get_sensor_type_linear_acceleration() local
257 long accel[3], quat_6_axis[4]; in inv_get_sensor_type_rotation_vector_6_axis() local
506 long accel[3]; in inv_get_sensor_type_orientation_6_axis() local
Ddata_builder.h129 struct inv_single_sensor_t accel; member
Ddata_builder.c781 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.c129 long accel[3]; in inv_get_sensor_type_accelerometer() local
154 long gravity[3], accel[3]; in inv_get_sensor_type_linear_acceleration() local
297 long accel[3]; in inv_get_sensor_type_rotation_vector_6_axis() local
550 long accel[3]; in inv_get_sensor_type_orientation_6_axis() local
Ddata_builder.h132 struct inv_single_sensor_t accel; member
Ddata_builder.c1007 inv_error_t inv_build_accel(const long *accel, int status, inv_time_t timestamp) in inv_build_accel()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.c154 long accel[3]; in inv_playback() local
Ddatalogger_outputs.c128 long accel[3]; in inv_get_sensor_type_accel_float() local
Dmain.c385 float accel[3]; in fifo_callback() local
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp4756 void MPLSensor::fillAccel(const char* accel, struct sensor_t *list) in fillAccel()