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

  /hardware/invensense/mlsdk/mllite/
mlSetGyroBias.c 154 if (inv_obj->motion_state == INV_NO_MOTION) {
156 inv_obj->motion_state = INV_MOTION;
164 if (inv_obj->motion_state == INV_MOTION) {
166 inv_obj->motion_state = INV_NO_MOTION;
183 sgb.motion = inv_obj.motion_state;
mlBiasNoMotion.c 57 * motion_state parameter, the new motion state.
61 inv_error_t inv_set_motion_callback(void (*func) (unsigned short motion_state))
256 if (inv_obj->motion_state == INV_MOTION) {
282 if (inv_obj->motion_state == INV_NO_MOTION) {
305 if (inv_obj->motion_state == INV_NO_MOTION) {
ml.h 390 unsigned short motion_state; member in struct:inv_obj_t
433 void (*motion_cb_func) (unsigned short motion_state); // Callback function that will run when a change of motion state is detected.
557 inv_set_motion_callback(void (*func) (unsigned short motion_state));
ml.c 331 inv_obj.motion_state = INV_MOTION; // Motion state
459 inv_obj.motion_state = INV_MOTION;
    [all...]
  /hardware/invensense/libsensors_iio/software/core/mllite/
results_holder.c 42 unsigned char motion_state; member in struct:results_t
129 return rh.motion_state;
139 if (state == rh.motion_state) {
148 rh.motion_state = state;

Completed in 29 milliseconds