Home
last modified time | relevance | path

Searched defs:VERBOSE_ENABLE (Results 1 – 2 of 2) 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/gfxstream/guest/android-emu/android/utils/
Ddebug.h94 #define VERBOSE_ENABLE(tag) android_verbose |= (1ULL << VERBOSE_##tag) macro