OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setUint16_t
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/src/
ESR_Session.c
46
CHKLOG(rc, ESR_Session->
setUint16_t
(ESR_Session, L("thread.priority"), PtrdThreadNormalPriority));
121
return ESR_Session->
setUint16_t
(ESR_Session, name, value);
SessionTypeImpl.c
92
Interface->
setUint16_t
= &ESR_SessionTypeSetUint16_tImpl;
1105
CHKLOG(rc, self->
setUint16_t
(self, key, (asr_uint16_t) size_tValue));
[
all
...]
/external/srec/shared/include/
ESR_SessionType.h
154
ESR_ReturnCode(*
setUint16_t
)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t value);
ESR_Session.h
130
ESR_ReturnCode(*
setUint16_t
)(const LCHAR* name, asr_uint16_t value);
Completed in 14 milliseconds