Lines Matching defs:debug
79 ADbg * debug = NULL;
88 if (debug == NULL) {
89 debug = new ADbg(DEBUG_LEVEL_CREATION);
90 debug->setPrefix("LAMEdrv");
93 if (debug != NULL)
97 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = 0x%08X",dwDriverId,lParam2);
99 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = NULL",dwDriverId);
106 if (debug != NULL)
108 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "wrong pDesc->fccType (0x%08X)",pDesc->fccType);
113 if (debug != NULL)
115 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "pDesc == NULL");
121 if (debug != NULL)
123 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "OPENED instance 0x%08X",ThisACM);
134 if (debug != NULL)
138 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_CLOSE");
143 if (debug != NULL)
145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM);
146 delete debug;
147 debug = NULL;
156 if (debug != NULL)
158 // debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, version %s %s %s", ACM_VERSION, __DATE__, __TIME__);
159 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, %s %s", __DATE__, __TIME__);
168 if (debug != NULL)
170 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_ENABLE");
179 if (debug != NULL)
181 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_DISABLE");
189 if (debug != NULL)
191 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_FREE");
205 if (debug != NULL)
207 debug->OutPut(DEBUG_LEVEL_MSG, "Driver not opened, unknown message (0x%08X), lParam1 = 0x%08X, lParam2 = 0x%08X", msg, lParam1, lParam2);