Home
last modified time | relevance | path

Searched refs:SR_EventLogTokenInt (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/EventLog/src/
DEventLogImpl.c110 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, *((int*) newValue))); in propertyChanged()
131 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, len)); in propertyChanged()
137 CHKLOG(rc, SR_EventLogTokenInt(eventLog, lValue, iValue)); in propertyChanged()
573 SR_EventLogTokenInt(self, L("UCPU"), cpuTime); in SR_EventLog_Event()
575 SR_EventLogTokenInt(self, L("SCPU"), cpuTime); in SR_EventLog_Event()
759 CHKLOG(rc, SR_EventLogTokenInt(self, key, iValue)); in SR_EventLogEventSessionImpl()
786 CHKLOG(rc, SR_EventLogTokenInt(self, key, len)); in SR_EventLogEventSessionImpl()
792 CHKLOG(rc, SR_EventLogTokenInt(self, lValue, iValue)); in SR_EventLogEventSessionImpl()
DEventLog.c46 ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value) in SR_EventLogTokenInt() function
/external/srec/srec/EventLog/include/
DSR_EventLog.h275 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int val…
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c1229 …CHKLOG(rc, SR_EventLogTokenInt(impl->eventLog, L("CA_GetUnprocessedFramesInUtterance() (x10ms)"), … in SR_RecognizerStopImpl()
1233 …CHKLOG(rc, SR_EventLogTokenInt(impl->eventLog, L("CircularBufferGetSize() (samples)"), n / SAMPLE_… in SR_RecognizerStopImpl()
1616 SR_EventLogTokenInt(impl->eventLog, L("igrm"), (int) grammar); in SR_RecognizerActivateRuleImpl()
1624 SR_EventLogTokenInt(impl->eventLog, L("igrm"), (int) grammar); in SR_RecognizerActivateRuleImpl()