Searched refs:inv_dmp_close (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmldmp.h57 * the DMP turned off. We can do that by calling inv_dmp_close(). Note that
58 * inv_dmp_close() will not close the serial communication automatically, which will
61 * inv_serial_stop() following inv_dmp_close() has to be made.
88 inv_error_t inv_dmp_close(void);
H A Dmldmp.c239 * After calling inv_dmp_close() another DMP module can be
247 * result = inv_dmp_close();
255 inv_error_t inv_dmp_close(void) function
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp289 if (inv_dmp_close() != INV_SUCCESS) {

Completed in 68 milliseconds