Searched refs:SR_EventLogTokenInt (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 110 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()
|
D | EventLog.c | 46 ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value) in SR_EventLogTokenInt() function
|
/external/srec/srec/EventLog/include/ |
D | SR_EventLog.h | 275 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int val…
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 1229 …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()
|