Home
last modified time | relevance | path

Searched refs:VERBOSE_CHECK (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLogTags.h31 #define VERBOSE_CHECK(tag) verbose_check((int64_t)VERBOSE_##tag) macro
35 if (VERBOSE_CHECK(tag)) { \
40 if (VERBOSE_CHECK(tag)) { \
DLog.h173 #define VLOG(tag) LOG_LAZY_EVAL(VERBOSE_CHECK(tag), LOG_MESSAGE_STREAM_COMPACT(INFO))
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.h98 #define VERBOSE_CHECK(tag) ((android_verbose & (1ULL << VERBOSE_##tag)) != 0) macro
114 if (VERBOSE_CHECK(tag)) { \
119 if (VERBOSE_CHECK(tag)) { \
Ddebug.c51 if (VERBOSE_CHECK(time)) { in fdprintfnv()
/hardware/google/aemu/host-common/include/host-common/
DGoldfishSyncCommandQueue.h28 if (!VERBOSE_CHECK(goldfishsync)) VERBOSE_ENABLE(goldfishsync); \
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DGLESv1Dispatch.cpp32 if (!VERBOSE_CHECK(gles1emu)) VERBOSE_ENABLE(gles1emu); \
/hardware/google/gfxstream/host/
DSyncThread.cpp58 if (!VERBOSE_CHECK(syncthreads)) VERBOSE_ENABLE(syncthreads); \