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

/frameworks/rs/
H A DrsUtils.h26 #define ALOGV(...) macro
H A DrsCppUtils.h54 #define ALOGV(...) \ macro
/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/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 129 milliseconds