Home
last modified time | relevance | path

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

/external/srec/shared/include/
DESR_SessionType.h79 …ESR_ReturnCode(*getUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t* valu… member
DESR_Session.h71 ESR_ReturnCode(*getUint16_t)(const LCHAR* name, asr_uint16_t* value); member
/external/srec/shared/src/
DESR_Session.c72 return ESR_Session->getUint16_t(ESR_Session, name, value); in ESR_SessionGetUint16_t()
DSessionTypeImpl.c75 Interface->getUint16_t = &ESR_SessionTypeGetUint16_tImpl; in ESR_SessionTypeCreate()