Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
DStats.h36 #define ALOGV(cond, ...) ((void)0) macro
38 #define ALOGV(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
/frameworks/rs/
DrsCppUtils.h46 #define ALOGV(...) \ macro
/frameworks/ex/framesequence/jni/utils/
Dlog.h57 #define ALOGV(...) ((void)0) macro
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp25 #define ALOGV printf macro