Searched refs:requested_sensors (Results 1 - 11 of 11) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldmp.c83 unsigned long requested_sensors; local
135 requested_sensors = INV_THREE_AXIS_GYRO;
137 requested_sensors |= INV_THREE_AXIS_ACCEL;
140 requested_sensors |= INV_THREE_AXIS_COMPASS;
143 requested_sensors |= INV_THREE_AXIS_PRESSURE;
145 result = inv_init_requested_sensors(requested_sensors);
190 result = inv_dl_start(inv_get_dl_config()->requested_sensors);
H A Dpressure.c90 mldl_cfg->requested_sensors & INV_THREE_AXIS_PRESSURE)
H A Daccel.c89 mldl_cfg->requested_sensors & INV_THREE_AXIS_ACCEL)
H A Dmldl_cfg_mpu.c261 mldl_cfg->requested_sensors = sensors;
277 //MPL_LOGI("%s: Resuming to %04lx\n", __func__, mldl_cfg->requested_sensors);
291 unsigned long requested = mldl_cfg->requested_sensors;
293 mldl_cfg->requested_sensors = (~sensors) & INV_ALL_SENSORS;
295 // mldl_cfg->requested_sensors);
313 mldl_cfg->requested_sensors = requested;
H A Dml.c549 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) {
1455 return inv_get_dl_config()->requested_sensors & (INV_X_GYRO | INV_Y_GYRO |
1729 !(mldl_cfg->requested_sensors & INV_DMP_PROCESSOR)) {
1759 result = inv_obj.mode_change_func(mldl_cfg->requested_sensors, sensors);
1768 mldl_cfg->requested_sensors = sensors;
H A Dcompass.c223 mldl_cfg->requested_sensors & INV_THREE_AXIS_COMPASS)
278 !(mldl_cfg->requested_sensors & INV_DMP_PROCESSOR)) {
H A DmlFIFO.c470 if ((mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) &&
609 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) {
1595 (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR))
1597 (!(mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) &&
1969 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR) {
1986 } else if (mldl_cfg->requested_sensors & INV_THREE_AXIS_ACCEL) {
2044 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR)
2063 if (mldl_cfg->requested_sensors & INV_DMP_PROCESSOR)
H A Dmldl.c241 * @brief Sets the requested_sensors
243 * Accessor to set the requested_sensors field of the mldl_cfg structure.
271 mldlCfg.requested_sensors = sensors;
308 mldlCfg.requested_sensors = sensors;
H A Dmldl_cfg.h87 unsigned long requested_sensors; member in struct:mldl_cfg
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp371 bool changing_sensors = ((inv_get_dl_config()->requested_sensors
385 if (sen_mask != inv_get_dl_config()->requested_sensors) {
572 if ((inv_get_dl_config()->requested_sensors) & INV_THREE_AXIS_GYRO) {
936 if (((inv_get_dl_config()->requested_sensors & INV_DMP_PROCESSOR) == 0)) {
940 if (inv_get_dl_config()->requested_sensors
/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c874 orig_requested_sensors = mputestCfgPtr->requested_sensors;
875 mputestCfgPtr->requested_sensors = INV_THREE_AXIS_ACCEL | INV_THREE_AXIS_GYRO;
878 mputestCfgPtr->requested_sensors);
897 mputestCfgPtr->requested_sensors = orig_requested_sensors;

Completed in 90 milliseconds