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

/system/core/libcutils/
H A Dloghack.h30 #define LOGV(...) LOG("V", __VA_ARGS__) macro
/system/core/include/cutils/
H A Dlog.h50 * Normally we strip LOGV (VERBOSE messages) from release builds.
76 #ifndef LOGV
78 #define LOGV(...) ((void)0) macro
80 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
/system/media/wilhelm/tests/automated/
H A DBufferQueue_test.cpp25 #define LOGV printf macro
287 //LOGV("Before 1.5 sec");
290 //LOGV("After 1.5 sec");
293 //LOGV("GetPlayState");
301 //LOGV("TestEnd");
306 //LOGV("Test Fixture: InvalidBuffer");
/system/core/charger/
H A Dcharger.c69 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
341 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
366 LOGV("uevent str: %s\n", msg);
393 LOGV("event { '%s', '%s', '%s', '%s', '%s', '%s' }\n",
543 LOGV("looking at '%s'\n", de->d_name);
547 LOGV("skipping '%s' type %d (depth=%d follow=%d)\n",
551 LOGV("can descend into '%s'\n", de->d_name);
564 LOGV("opened '%s'\n", de->d_name);
576 LOGV("doing coldboot '%s' in '%s'\n", event, path);
616 LOGV("drawin
[all...]

Completed in 1354 milliseconds