Searched defs:LOGD (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/java/generator/src/cpp/ |
D | common.h | 14 # define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro 16 # define LOGD(...) macro 20 # define LOGD(...) macro
|
/external/opencv3/samples/android/face-detection/jni/ |
D | DetectionBasedTracker_jni.cpp | 11 #define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
/external/opencv3/modules/objdetect/src/ |
D | detection_based_tracker.cpp | 89 #define LOGD(_str, ...) LOGD0(_str , ## __VA_ARGS__) macro 94 #define LOGD(...) macro
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | ts_perf.hpp | 15 # define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, PERF_TESTS_LOG_TAG, __VA_ARGS__)) macro 20 # define LOGD(_str, ...) do{printf(_str , ## __VA_ARGS__); printf("\n");fflush(stdout);} while(0) macro
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) LogMsg (TRACE_CTRL_GENERAL | TRACE_LAYER_GKI | TRACE_ORG_GKI | TRACE_TYP… macro
|