Searched refs:DEBUGMSG (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap3/dspbridge/libbridge/ |
D | DSPNode.c | 130 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPNode_Allocate:\r\n"))); in DSPNode_Allocate() 133 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPNode_Allocate() 140 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPNode_Allocate: " in DSPNode_Allocate() 151 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPNode_Allocate() 164 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPNode_Allocate() 173 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( in DSPNode_Allocate() 208 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( in DSPNode_Allocate() 216 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT( in DSPNode_Allocate() 234 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: " in DSPNode_Allocate() 272 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPNode_AllocMsgBuf() [all …]
|
D | DSPProcessor.c | 102 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Attach\r\n"))); in DSPProcessor_Attach() 113 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Attach() 119 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Attach() 136 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Detach\r\n"))); in DSPProcessor_Detach() 144 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Detach() 164 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPProcessor_EnumNodes() 193 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: " in DSPProcessor_EnumNodes() 199 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_EnumNodes() 226 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPProcessor_FlushMemory() 239 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: Invalid Handle\r\n"))); in DSPProcessor_FlushMemory() [all …]
|
D | DSPStrm.c | 120 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPStream_AllocateBuffers() 125 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_AllocateBuffers() 133 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_AllocateBuffers() 145 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_AllocateBuffers() 199 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPStream_Close:\r\n"))); in DSPStream_Close() 204 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_Close() 213 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPStream_Close: " in DSPStream_Close() 285 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPStream_FreeBuffers() 291 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_FreeBuffers() 299 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPStream_FreeBuffers() [all …]
|
D | DSPProcessor_OEM.c | 69 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Ctrl\r\n"))); in DSPProcessor_Ctrl() 80 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Ctrl() 109 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Load\r\n"))); in DSPProcessor_Load() 126 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Load() 131 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Load() 137 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Load() 160 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Start\r\n"))); in DSPProcessor_Start() 169 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Start() 186 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Stop\r\n"))); in DSPProcessor_Stop() 195 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPProcessor_Stop()
|
D | DSPManager.c | 96 DEBUGMSG(DSPAPI_ZONE_ERROR, in DspManager_Open() 170 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPManager_EnumNodeInfo() 189 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPManager_EnumNodeInfo() 195 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPManager_EnumNodeInfo() 215 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPManager_EnumProcessorInfo() 236 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPManager_EnumProcessorInfo() 242 DEBUGMSG(DSPAPI_ZONE_ERROR, in DSPManager_EnumProcessorInfo() 260 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPManager_WaitForEvents() 306 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPManager_RegisterObject() 349 DEBUGMSG(DSPAPI_ZONE_FUNCTION, in DSPManager_UnregisterObject() [all …]
|
D | dsptrap.c | 60 DEBUGMSG(DSPAPI_ZONE_FUNCTION, "Invalid handle to driver\n"); in DSPTRAP_Trap()
|
/hardware/ti/omap3/dspbridge/inc/ |
D | _dbdebug.h | 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y) macro
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | _dbdebug.h | 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y) macro
|