Home
last modified time | relevance | path

Searched refs:tokenFloat (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/EventLog/include/
DSR_EventLog.h94 log->tokenFloat(log, tokenName, value) : ESR_SUCCESS ) \
188 ESR_ReturnCode(*tokenFloat)(struct SR_EventLog_t* self, const LCHAR* token, float value); member
/external/srec/srec/EventLog/src/
DEventLog.c93 return self->tokenFloat(self, token, value); in SR_EventLogTokenFloat()
DEventLogImpl.c196 impl->Interface.tokenFloat = &SR_EventLog_TokenFloat; in SR_EventLogCreate()