Searched refs:dprint (Results 1 – 11 of 11) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/logging/ |
D | CLog.h | 47 #ifndef dprint 49 #define dprint(fmt, ...) \ macro
|
D | LogTags.h | 36 dprint(__VA_ARGS__); \
|
D | Log.h | 52 #ifndef dprint 53 #define dprint(fmt, ...) \ macro
|
/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.c | 28 #undef dprint 36 void dprint(const char* format, ...) { in dprint() function
|
D | debug.h | 134 #define dprint(fmt, ...) \ macro
|
/hardware/google/aemu/host-common/include/host-common/ |
D | AndroidAsyncMessagePipe.h | 155 dprint("getPipe could not find pipe id %d", handle.id); in getPipe() 190 dprint("Could not find pipe id %d, pipe already destroyed?", handle.id); in destroyPipe()
|
/hardware/google/aemu/host-common/ |
D | MediaCudaVideoHelper.cpp | 164 dprint("successfully created cuda video decoder for %s, with gpu texture " in init() 330 dprint("WARNING: %d frames decoded witout any output, possibly bad " in HandlePictureDisplay()
|
D | MediaVpxVideoHelper.cpp | 79 dprint("successfully created libvpx video decoder for VP%d", mType); in init()
|
D | MediaFfmpegVideoHelper.cpp | 97 dprint("successfully created ffmpeg video decoder for %s", in init()
|
D | MediaVpxDecoderGeneric.cpp | 210 dprint("Failed to decode with HW decoder (Error Code: %d); switch " in try_decode()
|
D | MediaVideoToolBoxVideoHelper.cpp | 572 dprint("VideoToolBox decoding session is created successfully"); in recreateDecompressionSession()
|