Home
last modified time | relevance | path

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

/external/srec/shared/include/
DESR_SessionType.h213 …ESR_ReturnCode(*setUint16_tIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_… member
DESR_Session.h178 ESR_ReturnCode(*setUint16_tIfEmpty)(const LCHAR* name, asr_uint16_t value); member
/external/srec/shared/src/
DESR_Session.c157 return ESR_Session->setUint16_tIfEmpty(ESR_Session, name, value); in ESR_SessionSetUint16_tIfEmpty()
DSessionTypeImpl.c93 Interface->setUint16_tIfEmpty = &ESR_SessionTypeSetUint16_tIfEmptyImpl; in ESR_SessionTypeCreate()