Home
last modified time | relevance | path

Searched defs:dprint (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/logging/
DCLog.h49 #define dprint(fmt, ...) \ macro
DLog.h53 #define dprint(fmt, ...) \ macro
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.h134 #define dprint(fmt, ...) \ macro
Ddebug.c36 void dprint(const char* format, ...) { in dprint() function