/hardware/ti/omap3/dspbridge/libbridge/ |
DSPProcessor.c | 102 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Attach\r\n"))); 113 DEBUGMSG(DSPAPI_ZONE_ERROR, 119 DEBUGMSG(DSPAPI_ZONE_ERROR, 136 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Detach\r\n"))); 144 DEBUGMSG(DSPAPI_ZONE_ERROR, 164 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 193 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: " 199 DEBUGMSG(DSPAPI_ZONE_ERROR, 226 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 239 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: Invalid Handle\r\n"))) [all...] |
DSPNode.c | 130 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPNode_Allocate:\r\n"))); 133 DEBUGMSG(DSPAPI_ZONE_ERROR, 140 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPNode_Allocate: " 151 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 164 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 173 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( 208 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( 216 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( 234 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: " 272 DEBUGMSG(DSPAPI_ZONE_FUNCTION [all...] |
DSPProcessor_OEM.c | 69 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Ctrl\r\n"))); 80 DEBUGMSG(DSPAPI_ZONE_ERROR, 109 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Load\r\n"))); 126 DEBUGMSG(DSPAPI_ZONE_ERROR, 131 DEBUGMSG(DSPAPI_ZONE_ERROR, 137 DEBUGMSG(DSPAPI_ZONE_ERROR, 160 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Start\r\n"))); 169 DEBUGMSG(DSPAPI_ZONE_ERROR, 186 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Stop\r\n"))); 195 DEBUGMSG(DSPAPI_ZONE_ERROR [all...] |
DSPStrm.c | 120 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 125 DEBUGMSG(DSPAPI_ZONE_ERROR, 133 DEBUGMSG(DSPAPI_ZONE_ERROR, 145 DEBUGMSG(DSPAPI_ZONE_ERROR, 199 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPStream_Close:\r\n"))); 204 DEBUGMSG(DSPAPI_ZONE_ERROR, 213 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPStream_Close: " 285 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 291 DEBUGMSG(DSPAPI_ZONE_ERROR, 299 DEBUGMSG(DSPAPI_ZONE_ERROR [all...] |
DSPManager.c | 96 DEBUGMSG(DSPAPI_ZONE_ERROR, 170 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 189 DEBUGMSG(DSPAPI_ZONE_ERROR, 195 DEBUGMSG(DSPAPI_ZONE_ERROR, 215 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 236 DEBUGMSG(DSPAPI_ZONE_ERROR, 242 DEBUGMSG(DSPAPI_ZONE_ERROR, 260 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 306 DEBUGMSG(DSPAPI_ZONE_FUNCTION, 349 DEBUGMSG(DSPAPI_ZONE_FUNCTION [all...] |
dsptrap.c | 60 DEBUGMSG(DSPAPI_ZONE_FUNCTION, "Invalid handle to driver\n");
|
/external/chromium/net/tools/dump_cache/ |
upgrade.cc | 33 #define DEBUGMSG(...) {} 35 #define DEBUGMSG(...) { printf(__VA_ARGS__); } 319 DEBUGMSG("Master DoInit\n"); 356 DEBUGMSG("Master SendGetPrevEntry\n"); 365 DEBUGMSG("Master DoGetEntry\n"); 384 DEBUGMSG("Master DoGetKey\n"); 420 DEBUGMSG("Entry \"%s\" created\n", key.c_str()); 429 DEBUGMSG("Master DoGetUseTimes\n"); 442 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_); 452 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2) [all...] |
/external/chromium_org/net/tools/dump_cache/ |
upgrade_win.cc | 37 #define DEBUGMSG(...) {} 39 #define DEBUGMSG(...) { printf(__VA_ARGS__); } 319 DEBUGMSG("Master DoInit\n"); 350 DEBUGMSG("Master SendGetPrevEntry\n"); 359 DEBUGMSG("Master DoGetEntry\n"); 378 DEBUGMSG("Master DoGetKey\n"); 414 DEBUGMSG("Entry \"%s\" created\n", key.c_str()); 423 DEBUGMSG("Master DoGetUseTimes\n"); 436 DEBUGMSG("Master SendGetDataSize (%d)\n", stream_); 446 DEBUGMSG("Master DoGetDataSize: %d\n", input_->msg.arg2) [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
_dbdebug.h | 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
_dbdebug.h | 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
|