HomeSort by relevance Sort by last modified time
    Searched refs:SR_EventLog (Results 1 - 9 of 9) sorted by null

  /external/srec/srec/EventLog/include/
SR_EventLogImpl.h 51 SR_EventLog Interface;
74 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_Destroy(SR_EventLog* self);
76 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_Token(SR_EventLog* self, const LCHAR* token, const LCHAR *value);
78 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenInt(SR_EventLog* self, const LCHAR* token, int value);
80 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value);
82 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenSize_t(SR_EventLog* self, const LCHAR* token, size_t value);
84 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenBool(SR_EventLog* self, const LCHAR* token, ESR_BOOL value);
86 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenFloat(SR_EventLog* self, const LCHAR* token, float value);
88 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogEventSessionImpl(SR_EventLog* self);
90 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_Event(SR_EventLog* self, const LCHAR* eventName)
    [all...]
SR_EventLog.h 2 * SR_EventLog.h *
31 * @addtogroup SR_EventLogModule SR_EventLog API functions
139 * @param self SR_EventLog handle
148 * @param self SR_EventLog handle
157 * @param self SR_EventLog handle
166 * @param self SR_EventLog handle
175 * @param self SR_EventLog handle
184 * @param self SR_EventLog handle
193 * @param self SR_EventLog handle
202 * @param self SR_EventLog handl
    [all...]
  /external/srec/srec/EventLog/src/
EventLog.c 20 #include "SR_EventLog.h"
26 ESR_ReturnCode SR_EventLogDestroy(SR_EventLog* self)
36 ESR_ReturnCode SR_EventLogToken(SR_EventLog* self, const LCHAR* token, const LCHAR *value)
46 ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value)
56 ESR_ReturnCode SR_EventLogTokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value)
66 ESR_ReturnCode SR_EventLogTokenSize_t(SR_EventLog* self, const LCHAR* token, size_t value)
76 ESR_ReturnCode SR_EventLogTokenBool(SR_EventLog* self, const LCHAR* token, ESR_BOOL value)
86 ESR_ReturnCode SR_EventLogTokenFloat(SR_EventLog* self, const LCHAR* token, float value)
96 ESR_ReturnCode SR_EventLogEventSession(SR_EventLog* self)
106 ESR_ReturnCode SR_EventLogEvent(SR_EventLog* self, const LCHAR *eventName
    [all...]
EventLogImpl.c 30 #include "SR_EventLog.h"
100 SR_EventLog* eventLog = (SR_EventLog*) data;
154 ESR_ReturnCode SR_EventLogCreate(SR_EventLog** self)
177 *self = (SR_EventLog*)any_existing_eventlog;
282 *self = (SR_EventLog*) impl;
290 ESR_ReturnCode SR_EventLog_Destroy(SR_EventLog* self)
335 ESR_ReturnCode SR_EventLog_Token(SR_EventLog* self, const LCHAR* token, const LCHAR *value)
389 ESR_ReturnCode SR_EventLog_TokenInt(SR_EventLog* self, const LCHAR* token, int value)
404 ESR_ReturnCode SR_EventLog_TokenUint16_t(SR_EventLog* self, const LCHAR* token, asr_uint16_t value
    [all...]
  /external/srec/srec/Session/src/
SR_Session.c 22 #include "SR_EventLog.h"
34 SR_EventLog* eventLog = NULL;
72 SR_EventLog* eventLog = NULL;
  /external/srec/srec/Nametag/include/
SR_NametagsImpl.h 28 #include "SR_EventLog.h"
48 SR_EventLog* eventLog;
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 31 #include "SR_EventLog.h"
100 SR_EventLog* eventLog;
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 32 #include "SR_EventLog.h"
276 SR_EventLog* eventLog;
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 33 #include "SR_EventLog.h"
218 SR_EventLog* eventLog;

Completed in 73 milliseconds