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

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

Completed in 65 milliseconds