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

  /hardware/invensense/60xx/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;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.c 47 unsigned char motion_state; member in struct:results_t
169 return rh.motion_state;
179 if (state == rh.motion_state) {
188 rh.motion_state = state;
  /hardware/invensense/60xx/mlsdk/mllite/
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));

Completed in 3134 milliseconds