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

  /external/srec/srec/EventLog/include/
SR_EventLog.h 66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
115 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
152 ESR_ReturnCode(*tokenInt)(struct SR_EventLog_t* self, const LCHAR* token, int value);
  /external/srec/srec/EventLog/src/
EventLog.c 53 return self->tokenInt(self, token, value);
EventLogImpl.c 192 impl->Interface.tokenInt = &SR_EventLog_TokenInt;

Completed in 84 milliseconds