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

  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 126 #ifndef MPL_LOG_TAG
128 #define MPL_LOG_TAG
130 #define MPL_LOG_TAG NULL
137 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
146 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
155 MPL_LOG(MPL_LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
161 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
168 #define MPL_LOGV(fmt, ...) MPL_LOG(MPL_LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
170 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
186 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 108 #ifndef MPL_LOG_TAG
110 #define MPL_LOG_TAG
112 #define MPL_LOG_TAG NULL
119 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
128 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
135 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
155 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
161 * Simplified macro to send a debug log message using the current MPL_LOG_TAG.
164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 24 #undef MPL_LOG_TAG
29 #undef MPL_LOG_TAG
30 #define MPL_LOG_TAG "MPL-storeload"
ml_sysfs_helper.c 9 #undef MPL_LOG_TAG
10 #define MPL_LOG_TAG "MLLITE"
ml_load_dmp.c 22 #undef MPL_LOG_TAG
23 #define MPL_LOG_TAG "MPL-loaddmp"
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 24 #undef MPL_LOG_TAG
29 #undef MPL_LOG_TAG
30 #define MPL_LOG_TAG "MPL-storeload"
ml_sysfs_helper.c 3 #undef MPL_LOG_TAG
4 #define MPL_LOG_TAG "MLLITE"
ml_load_dmp.c 22 #undef MPL_LOG_TAG
23 #define MPL_LOG_TAG "MPL-loaddmp"
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
storage_manager.c 19 #undef MPL_LOG_TAG
20 #define MPL_LOG_TAG "MLLITE"
hal_outputs.c 20 #undef MPL_LOG_TAG
21 #define MPL_LOG_TAG "MLLITE"
data_builder.c 31 #undef MPL_LOG_TAG
32 #define MPL_LOG_TAG "MLLITE"
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
storage_manager.c 19 #undef MPL_LOG_TAG
20 #define MPL_LOG_TAG "MLLITE"
hal_outputs.c 20 #undef MPL_LOG_TAG
21 #define MPL_LOG_TAG "MLLITE"
data_builder.c 31 #undef MPL_LOG_TAG
32 #define MPL_LOG_TAG "MLLITE"
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 21 #undef MPL_LOG_TAG
22 #define MPL_LOG_TAG "MPL-playback"
main.c 29 #undef MPL_LOG_TAG
30 #define MPL_LOG_TAG "MPL-playback"

Completed in 135 milliseconds