Home
last modified time | relevance | path

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

/external/srec/shared/src/
DESR_Session.c46 CHKLOG(rc, ESR_Session->setUint16_t(ESR_Session, L("thread.priority"), PtrdThreadNormalPriority)); in ESR_SessionCreate()
121 return ESR_Session->setUint16_t(ESR_Session, name, value); in ESR_SessionSetUint16_t()
DSessionTypeImpl.c92 Interface->setUint16_t = &ESR_SessionTypeSetUint16_tImpl; in ESR_SessionTypeCreate()
1105 CHKLOG(rc, self->setUint16_t(self, key, (asr_uint16_t) size_tValue)); in addParMapping()
/external/srec/shared/include/
DESR_SessionType.h154 …ESR_ReturnCode(*setUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t value… member
DESR_Session.h130 ESR_ReturnCode(*setUint16_t)(const LCHAR* name, asr_uint16_t value); member