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

  /hardware/invensense/libsensors_iio/software/core/driver/include/
log.h 209 #ifndef MPL_LOGE
211 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__)
213 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
335 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
  /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 41 milliseconds