Home
last modified time | relevance | path

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

/external/srec/shared/include/
DESR_SessionType.h237 ESR_ReturnCode(*setFloatIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, float value); member
DESR_Session.h198 ESR_ReturnCode(*setFloatIfEmpty)(const LCHAR* name, float value); member
/external/srec/shared/src/
DESR_Session.c169 return ESR_Session->setFloatIfEmpty(ESR_Session, name, value); in ESR_SessionSetFloatIfEmpty()
DSessionTypeImpl.c89 Interface->setFloatIfEmpty = &ESR_SessionTypeSetFloatIfEmptyImpl; in ESR_SessionTypeCreate()