Searched defs:ALOGV (Results 1 – 14 of 14) sorted by relevance
| /external/libese/libese/include/ese/ |
| D | log.h | 47 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0) macro 49 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro
|
| /external/libultrahdr/lib/include/ultrahdr/ |
| D | ultrahdrcommon.h | 56 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro 68 #define ALOGV(...) ((void)0) macro 96 #define ALOGV(...) \ macro 113 #define ALOGV(...) ((void)0) macro
|
| /external/drm_hwcomposer/utils/ |
| D | log.h | 37 #define ALOGV(args...) printf("VERBOSE: " args) macro
|
| /external/mesa3d/include/android_stub/log/ |
| D | log_main.h | 200 #define ALOGV(...) \ macro 208 #define ALOGV(...) __ALOGV(__VA_ARGS__) macro
|
| /external/mesa3d/src/gfxstream/guest/fuchsia/include/cutils/ |
| D | log.h | 41 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
|
| /external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | Util.java | 70 public static void ALOGV(@FormatString String message, Object... args) { in ALOGV() method in Util
|
| /external/webrtc/sdk/android/src/jni/audio_device/ |
| D | opensles_player.cc | 26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
| D | opensles_recorder.cc | 26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
| /external/webrtc/modules/audio_device/android/ |
| D | opensles_recorder.cc | 27 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
| D | opensles_player.cc | 27 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/jni/ |
| D | flac_parser.cc | 29 #define ALOGV(...) \ macro
|
| D | flac_jni.cc | 29 #define ALOGV(...) \ macro
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ |
| D | flac_parser.cc | 29 #define ALOGV(...) \ macro
|
| D | flac_jni.cc | 29 #define ALOGV(...) \ macro
|