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

  /external/srec/srec/EventLog/src/
EventLog.c 46 ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value)
EventLogImpl.c 110 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, *((int*) newValue)));
131 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, len));
137 CHKLOG(rc, SR_EventLogTokenInt(eventLog, lValue, iValue));
573 SR_EventLogTokenInt(self, L("UCPU"), cpuTime);
575 SR_EventLogTokenInt(self, L("SCPU"), cpuTime);
759 CHKLOG(rc, SR_EventLogTokenInt(self, key, iValue));
786 CHKLOG(rc, SR_EventLogTokenInt(self, key, len));
792 CHKLOG(rc, SR_EventLogTokenInt(self, lValue, iValue));
  /external/srec/srec/EventLog/include/
SR_EventLog.h 275 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogTokenInt(SR_EventLog* self, const LCHAR* token, int value);
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 53 milliseconds