HomeSort by relevance Sort by last modified time
    Searched refs:INV_MOTION (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlSetGyroBias.c 152 if (sgb.motion == INV_MOTION) {
156 inv_obj->motion_state = INV_MOTION;
157 inv_obj->flags[INV_MOTION_STATE_CHANGE] = INV_MOTION;
159 inv_params_obj.motion_cb_func(INV_MOTION);
164 if (inv_obj->motion_state == INV_MOTION) {
mlBiasNoMotion.c 58 * May be one of INV_MOTION or INV_NO_MOTION.
199 inv_set_motion_state(INV_MOTION);
256 if (inv_obj->motion_state == INV_MOTION) {
302 inv_set_motion_state(INV_MOTION);
352 inv_set_motion_state(INV_MOTION);
ml.c 331 inv_obj.motion_state = INV_MOTION; // Motion state
459 inv_obj.motion_state = INV_MOTION;
460 inv_obj.flags[INV_MOTION_STATE_CHANGE] = INV_MOTION;
494 inv_set_motion_state(INV_MOTION);
    [all...]
ml.h 215 #define INV_MOTION 0x0001
434 // The new motion state. May be one of INV_MOTION, or INV_NO_MOTION.
  /hardware/invensense/libsensors_iio/software/core/mllite/
results_holder.h 16 #define INV_MOTION 0x0001
results_holder.c 134 * and INV_MOTION is moving.
150 if (state == INV_MOTION)

Completed in 54 milliseconds