Searched refs:LOG_VERBOSE (Results 1 – 6 of 6) sorted by relevance
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 101 #define MPL_LOG_VERBOSE LOG_VERBOSE 146 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\ 161 MPL_LOG(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__) \
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 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__) \
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_main.h | 198 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) 218 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \ 289 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
|
/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
D | BiometricsFingerprint.cpp | 17 #define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.2-service" macro
|
/hardware/google/gfxstream/guest/fuchsia/include/cutils/ |
D | log.h | 82 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
|
/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
D | BiometricsFingerprint.cpp | 17 #define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service" macro
|