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

  /hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c 103 MPL_LOGE("Unable to open \"%s\" for read\n", MLCFG_FILE);
108 MPL_LOGE("bytes read (%d) don't match requested length (%d)\n",
130 MPL_LOGE("Unable to open \"%s\" for write\n", MLCFG_FILE);
140 MPL_LOGE("CFG ID could not be written on file\n");
146 MPL_LOGE("bytes write (%d) don't match requested length (%d)\n",
164 MPL_LOGE("Cannot open file \"%s\" for read\n", MLCAL_FILE);
169 MPL_LOGE("bytes read (%d) don't match requested length (%d)\n",
195 MPL_LOGE("Cannot open file \"%s\" for write\n", MLCAL_FILE);
200 MPL_LOGE("bytes written (%d) don't match requested length (%d)\n",
215 MPL_LOGE("Cannot open file \"%s\" for read\n", MLCAL_FILE)
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml_mputest.c 105 MPL_LOGE("Self Test cannot run before inv_dmp_open()\n");
mlFIFOHW.c 218 MPL_LOGE("ReadBurst failed %d\n", result);
258 MPL_LOGE("inv_serial_readBurst failed %d\n", result);
mlstates.c 135 MPL_LOGE("Error : illegal state transition from %s to %s\n",
254 MPL_LOGE("MLOsLockMutex returned %d\n", result);
mldl.c 122 MPL_LOGE("%s : sGetAddress is NULL\n", __func__);
520 MPL_LOGE("Invalid full scale range specification for gyros : %f\n",
522 MPL_LOGE
888 MPL_LOGE("MLDSetMemoryMPU sGetAddress is NULL\n");
894 MPL_LOGE("inv_set_mpu_memory unsupported key\n");
    [all...]
ml_stored_data.c 164 MPL_LOGE("Calibration data type 1 must be %d bytes long\n", expLen);
270 MPL_LOGE("Calibration data type 1 must be %d bytes long\n", expLen);
401 MPL_LOGE("Calibration data type 2 must be %d bytes long (got %d)\n",
559 MPL_LOGE("Calibration data type 3 must be %d bytes long (got %d)\n",
790 MPL_LOGE("Calibration data type 4 must be %d bytes long (got %d)\n",
    [all...]
ml.c 164 MPL_LOGE("State Transition Failure in %s: %d\n", __func__, result);
168 MPL_LOGE("Unable to close Serial Handle %s: %d\n", __func__, result);
222 MPL_LOGE("Unrecognized full scale setting for gyros : %02X\n",
244 MPL_LOGE("Unable to set Gyro Calibration\n");
249 MPL_LOGE("Unable to set Accel Calibration\n");
254 MPL_LOGE("Unable to set Mag Calibration\n");
    [all...]
mlFIFO.c     [all...]
  /hardware/invensense/mlsdk/platform/include/
log.h 205 #ifndef MPL_LOGE
207 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
209 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);

Completed in 619 milliseconds