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

  /hardware/invensense/mlsdk/mllite/
ml.h 451 inv_error_t inv_update_data(void);
ml.c 521 * @brief inv_update_data fetches data from the fifo and updates the
531 * @note Motion algorithm data is constant between calls to inv_update_data
537 inv_error_t inv_update_data(void) function
    [all...]
  /hardware/invensense/libsensors/
MPLSensor.cpp 986 rv = inv_update_data();
987 ALOGE_IF(rv != INV_SUCCESS, "inv_update_data error (code %d)", (int) rv);
    [all...]

Completed in 69 milliseconds