Home
last modified time | relevance | path

Searched defs:ALOGV (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/src/common/
DLog.h26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
28 #define ALOGV(...) macro
/frameworks/rs/
DrsCppUtils.h46 #define ALOGV(...) \ macro
/frameworks/ex/framesequence/jni/utils/
Dlog.h57 #define ALOGV(...) ((void)0) macro
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp45 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, "SwappyVk", __VA_ARGS__) macro
51 #define ALOGV(...) ((void)0) macro
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp25 #define ALOGV printf macro