Searched defs:ALOGV (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h29 * Normally we strip ALOGV (VERBOSE messages) from release builds.
55 #ifndef ALOGV
57 #define ALOGV(...) ((void)0) macro
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
/frameworks/rs/
H A DrsCppUtils.h45 #ifndef ALOGV
46 #define ALOGV(...) \ macro
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp25 #define ALOGV printf macro
287 //ALOGV("Before 1.5 sec");
290 //ALOGV("After 1.5 sec");
293 //ALOGV("GetPlayState");
301 //ALOGV("TestEnd");
306 //ALOGV("Test Fixture: InvalidBuffer");

Completed in 145 milliseconds