Home
last modified time | relevance | path

Searched refs:VERBOSE_ENABLE (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DLogTags.h29 #define VERBOSE_ENABLE(tag) verbose_enable((int64_t)VERBOSE_##tag) macro
/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/guest/android-emu/android/utils/
Ddebug.h94 #define VERBOSE_ENABLE(tag) android_verbose |= (1ULL << VERBOSE_##tag) macro
/hardware/google/gfxstream/host/
DSyncThread.cpp58 if (!VERBOSE_CHECK(syncthreads)) VERBOSE_ENABLE(syncthreads); \