Home
last modified time | relevance | path

Searched refs:dprint (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.h99 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
151 extern void dprint( const char* format, ... );
Ddebug.c27 dprint( const char* format, ... ) in dprint() function