Searched defs:ALOGV (Results  1 – 13 of 13) 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/drm_hwcomposer/utils/ | 
| D | log.h | 22 #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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ | 
| D | Util.java | 65   public static void ALOGV(String message, Object... args) {  in ALOGV()  method in Util
  | 
| /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/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/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/jni/ | 
| D | flac_parser.cc | 29 #define ALOGV(...) \  macro
  | 
| D | flac_jni.cc | 29 #define ALOGV(...) \  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
  |