Searched refs:setUint16_t (Results 1 – 4 of 4) sorted by relevance
/external/srec/shared/src/ |
D | ESR_Session.c | 46 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()
|
D | SessionTypeImpl.c | 92 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/ |
D | ESR_SessionType.h | 154 …ESR_ReturnCode(*setUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t value… member
|
D | ESR_Session.h | 130 ESR_ReturnCode(*setUint16_t)(const LCHAR* name, asr_uint16_t value); member
|