Searched refs:TraceEvents (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp22 EventTraceCauseDesc TraceEvents[] = { variable
27 #define XTRACE(x, y, z) IrDALogAdd( x, y, (uintptr_t)z & 0xffff, TraceEvents, true )
H A DCBufferSegment.cpp32 EventTraceCauseDesc TraceEvents[] = { variable
46 #define XTRACE(x, y, z) IrDALogAdd( x, y, (uintptr_t)z & 0xffff, TraceEvents, true )
H A DCTimer.cpp38 EventTraceCauseDesc TraceEvents[] = { variable
60 #define XTRACE(x, y, z) IrDALogAdd ( x, y, (uintptr_t)z & 0xffff, TraceEvents, true )
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DIrStream.cpp100 EventTraceCauseDesc TraceEvents[] = { variable
179 #define XTRACE(x, y, z) IrDALogAdd ( x, y, (uintptr_t)z & 0xffff, TraceEvents, true)
182 #define ETRACE(x, y, z) IrDALogAdd ((x + kLogEventNamesStart), y, (uintptr_t)z & 0xffff, TraceEvents, true)
290 fTraceArray = TraceEvents; // generic if client not tracing
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.cpp45 EventTraceCauseDesc TraceEvents[] = { variable
71 #define XTRACE(x, y, z) IrDALogAdd ( x, y, ((uintptr_t)z & 0xffff), TraceEvents, true)
151 if (!super::Init(irda, TraceEvents, kEnqueueEvent)) return false;
H A DIrIASServer.cpp52 EventTraceCauseDesc TraceEvents[] = { variable
82 #define XTRACE(x, y, z) IrDALogAdd ( x, y, ((uintptr_t)z & 0xffff), TraceEvents, true)
159 if (!super::Init(irda, TraceEvents, kEnqueueEvent)) return false;
H A DIrIASService.cpp30 EventTraceCauseDesc TraceEvents[] = { variable
42 #define XTRACE(x, y, z) IrDALogAdd( x, y, ((uintptr_t)z & 0xffff), TraceEvents, true )
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrEvent.cpp53 EventTraceCauseDesc TraceEvents[] = { variable
88 #define XTRACE(x, y, z) IrDALogAdd (x, y, (uintptr_t)z & 0xffff, TraceEvents, true )
H A DIrLAP.cpp205 EventTraceCauseDesc TraceEvents[] = { variable
380 #define XTRACE(x, y, z) IrDALogAdd ( x, y, (uintptr_t)z & 0xffff, TraceEvents, true )
478 if (!super::Init(irda, TraceEvents, kEnqueueEvent)) return false;

Completed in 257 milliseconds