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

  /hardware/invensense/mlsdk/mllite/
mlstates.h 50 unsigned char inv_get_state(void);
mlarray.c 123 if (inv_get_state() < INV_STATE_DMP_OPENED)
222 if ( inv_get_state() < INV_STATE_DMP_OPENED )
289 if (inv_get_state() < INV_STATE_DMP_OPENED)
347 if (inv_get_state() < INV_STATE_DMP_OPENED)
405 if (inv_get_state() < INV_STATE_DMP_OPENED)
454 if (inv_get_state() < INV_STATE_DMP_OPENED)
489 if (inv_get_state() < INV_STATE_DMP_OPENED)
519 if (inv_get_state() < INV_STATE_DMP_OPENED)
550 if (inv_get_state() < INV_STATE_DMP_OPENED)
612 if (inv_get_state() < INV_STATE_DMP_OPENED
    [all...]
mldmp.c 81 unsigned char state = inv_get_state();
181 if (inv_get_state() == INV_STATE_DMP_STARTED)
218 if (inv_get_state() == INV_STATE_DMP_OPENED)
261 if (inv_get_state() <= INV_STATE_DMP_CLOSED)
mlcontrol.c 122 if (inv_get_state() < INV_STATE_DMP_OPENED)
212 if (inv_get_state() < INV_STATE_DMP_OPENED)
255 if (inv_get_state() != INV_STATE_DMP_STARTED)
316 if (inv_get_state() != INV_STATE_DMP_STARTED)
369 if (inv_get_state() < INV_STATE_DMP_OPENED)
417 if (inv_get_state() != INV_STATE_DMP_OPENED)
477 if (inv_get_state() != INV_STATE_DMP_OPENED)
524 if (inv_get_state() != INV_STATE_DMP_OPENED)
660 if (inv_get_state() != INV_STATE_DMP_STARTED)
766 if (inv_get_state() != INV_STATE_DMP_OPENED
    [all...]
ml_mputest.c 102 unsigned char initState = inv_get_state();
ml.c 130 if (inv_get_state() >= INV_STATE_SERIAL_OPENED)
159 if (inv_get_state() == INV_STATE_SERIAL_CLOSED)
248 if (inv_get_state() == INV_STATE_DMP_OPENED) {
545 if (inv_get_state() != INV_STATE_DMP_STARTED)
631 if (inv_get_state() < INV_STATE_DMP_OPENED)
678 if (inv_get_state() < INV_STATE_DMP_OPENED)
734 if (inv_get_state() < INV_STATE_DMP_OPENED)
782 if (inv_get_state() != INV_STATE_DMP_OPENED)
933 if (inv_get_state() != INV_STATE_DMP_OPENED)
    [all...]
mlBiasNoMotion.c 65 if ((inv_get_state() != INV_STATE_DMP_OPENED) &&
66 (inv_get_state() != INV_STATE_DMP_STARTED))
mlFIFO.c 471 (newState != inv_get_state()) && (inv_dmpkey_supported(KEY_D_1_178))) {
712 if (inv_get_state() < INV_STATE_DMP_OPENED)
    [all...]
mlstates.c 159 unsigned char inv_get_state(void) function
ml_stored_data.c     [all...]

Completed in 136 milliseconds