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

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 103 MPL_LOGI("\n"); \
104 MPL_LOGI("################################################\n"); \
105 MPL_LOGI("# %s\n", #f); \
106 MPL_LOGI("################################################\n"); \
107 MPL_LOGI("\n"); \
197 MPL_LOGI("################################################\n");
198 MPL_LOGI("## Motion\n");
199 MPL_LOGI("################################################\n");
202 MPL_LOGI("################################################\n");
203 MPL_LOGI("## No Motion\n")
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 350 MPL_LOGI("sensor type path: %s\n", filename);
355 MPL_LOGI("keeps searching");
358 MPL_LOGI("found directory");
369 MPL_LOGI("name path: %s\n", filename);
374 MPL_LOGI("name found: %s now test for mpuxxxx", sensor_name);
382 MPL_LOGI("name path: %s\n", secondaryFileName);
386 MPL_LOGI("secondary name found: %s\n", sensor_name);
390 MPL_LOGI("name found: %s\n", sensor_name);
ml_stored_data.c 41 #define STORECAL_LOG MPL_LOGI
42 #define LOADCAL_LOG MPL_LOGI
ml_load_dmp.c 29 #define LOADDMP_LOG MPL_LOGI
30 #define LOADDMP_LOG MPL_LOGI
262 MPL_LOGI("dmp firmware size to write = %d", len);
274 MPL_LOGI("Bytes written = %d", bytesWritten);
288 MPL_LOGI("read_dmp_img");
298 MPL_LOGI("Result=%d", i);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 342 MPL_LOGI("sensor type path: %s\n", filename);
347 MPL_LOGI("keeps searching");
350 MPL_LOGI("found directory");
361 MPL_LOGI("name path: %s\n", filename);
366 MPL_LOGI("name found: %s now test for mpuxxxx", sensor_name);
374 MPL_LOGI("name path: %s\n", secondaryFileName);
378 MPL_LOGI("secondary name found: %s\n", sensor_name);
382 MPL_LOGI("name found: %s\n", sensor_name);
ml_stored_data.c 41 #define STORECAL_LOG MPL_LOGI
42 #define LOADCAL_LOG MPL_LOGI
ml_load_dmp.c 29 #define LOADDMP_LOG MPL_LOGI
30 #define LOADDMP_LOG MPL_LOGI
227 MPL_LOGI("dmp firmware size to write = %d", len);
239 MPL_LOGI("Bytes written = %d", bytesWritten);
253 MPL_LOGI("read_dmp_img");
263 MPL_LOGI("Result=%d", i);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 213 #ifndef MPL_LOGI
215 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__)
219 #define MPL_LOGI(fmt, ...) MPL_LOG(MPL_LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
221 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 177 #ifndef MPL_LOGI
179 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__)
181 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 638 MPL_LOGI("use_sensor=%d", use_sensor);
662 MPL_LOGI("nav ts: %lld", hal_out.nav_timestamp);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 580 MPL_LOGI("use_sensor=%d", use_sensor);
604 MPL_LOGI("nav ts: %lld", hal_out.nav_timestamp);

Completed in 311 milliseconds