Lines Matching refs:log
38 * OSI Event Log levels
46 * Log audio data.
50 * Log ADDWORD commands.
55 * Log a string token using the basic logging level.
57 #define SR_EventLogToken_BASIC(log, loglevel, tokenName, value) \
59 log->token(log, tokenName, value) : ESR_SUCCESS ) \
62 * Log an integer token using the basic logging level.
64 #define SR_EventLogTokenInt_BASIC(log, loglevel, tokenName, value) \
66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
69 * Log a uint16 token using the basic logging level.
71 #define SR_EventLogTokenUint16_t_BASIC(log, loglevel, tokenName, value) \
73 log->tokenUint16_t(log, tokenName, value) : ESR_SUCCESS ) \
76 * Log a size_t token using the basic logging level.
78 #define SR_EventLogTokenSize_t_BASIC(log, loglevel, tokenName, value) \
80 log->tokenSize_t(log, tokenName, value) : ESR_SUCCESS ) \
83 * Log a boolean token using the basic logging level.
85 #define SR_EventLogTokenBool_BASIC(log, loglevel, tokenName, value) \
87 log->tokenBool(log, tokenName, value) : ESR_SUCCESS ) \
90 * Log a float token using the basic logging level.
92 #define SR_EventLogTokenFloat_BASIC(log, loglevel, tokenName, value) \
94 log->tokenFloat(log, tokenName, value) : ESR_SUCCESS ) \
97 * Log an event using the basic logging level.
99 #define SR_EventLogEvent_BASIC(log, loglevel, eventName) \
101 log->event(log, eventName) : ESR_SUCCESS ) \
104 * Log a string token using the audio logging level.
106 #define SR_EventLogToken_AUDIO(log, loglevel, tokenName, value) \
108 log->token(log, tokenName, value) : ESR_SUCCESS ) \
111 * Log an integer token using the audio logging level.
113 #define SR_EventLogTokenInt_AUDIO(log, loglevel, tokenName, value) \
115 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
118 * Log an event using the audio logging level.
120 #define SR_EventLogEvent_AUDIO(log, loglevel, eventName) \
122 log->event(log, eventName) : ESR_SUCCESS ) \
137 * Logs an OSI log token.
146 * Logs an OSI log token.
155 * Logs an OSI log token.
164 * Logs an OSI log token.
173 * Logs an OSI log token.
182 * Logs an OSI log token.
191 * Commits all previously accumulated log tokens.
200 * Log the contents of the ESR_Session.
260 * Logs an OSI log token.
269 * Logs an OSI log token.
278 * Logs an OSI log token.
287 * Logs an OSI log token.
296 * Logs an OSI log token.
305 * Logs an OSI log token.
314 * Log the contents of the ESR_Session.
321 * Commits all previously accumulated log tokens.