Home | History | Annotate | Download | only in interface

Lines Matching refs:Trace

12 // Note: All log messages will be written to the same trace file.
21 #define WEBRTC_TRACE Trace::Add
24 class Trace
28 // Increments the reference count to the trace.
30 // Decrements the reference count to the trace.
32 // Note: any instance that writes to the trace file should increment and
36 // Specifies what type of messages should be written to the trace file. The
42 // Returns what type of messages are written to the trace file.
51 // Returns the name of the file that the trace is currently writing to.
54 // Registers callback to receive trace messages. TODO (hellner)
59 // Adds a trace message for writing to file. The message is put in a queue