OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_Session
(Results
1 - 2
of
2
) sorted by null
/external/srec/shared/src/
ESR_Session.c
2
*
ESR_Session
.c *
21
#include "
ESR_Session
.h"
34
static ESR_SessionType*
ESR_Session
= NULL;
35
#define CHECK_SESSION_OR_RETURN if(!
ESR_Session
) return ESR_INVALID_ARGUMENT
41
CHKLOG(rc, ESR_SessionTypeCreate(&
ESR_Session
));
44
CHKLOG(rc,
ESR_Session
->setLCHAR(
ESR_Session
, L("cmdline.nametagPath"), L("")));
46
CHKLOG(rc,
ESR_Session
->setUint16_t(
ESR_Session
, L("thread.priority"), PtrdThreadNormalPriority));
50
CHKLOG(rc,
ESR_Session
->importParFile(ESR_Session, filename))
[
all
...]
/external/srec/shared/
Android.mk
13
src/
ESR_Session
.c \
Completed in 1389 milliseconds