Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dswicms.c112 CHKLOG(rc, ESR_SessionContains(parname, &exists)); in GetSomeIntsIfAny()
193 CHKLOG(rc, ESR_SessionContains(parname, &exists)); in swicms_init()
268 ESR_SessionContains(L("CREC.Frontend.start_windback"), &exists); in swicms_init()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists)); in SR_RecognizerFrontendToSessionImpl()
154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists)); in SR_RecognizerFrontendToSessionImpl()
164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists)); in SR_RecognizerFrontendToSessionImpl()
184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists)); in SR_RecognizerFrontendToSessionImpl()
203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists)); in SR_RecognizerFrontendToSessionImpl()
223 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelB", &exists)); in SR_RecognizerFrontendToSessionImpl()
243 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.ddmelA", &exists)); in SR_RecognizerFrontendToSessionImpl()
263 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.ddmelB", &exists)); in SR_RecognizerFrontendToSessionImpl()
283 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.rastaA", &exists)); in SR_RecognizerFrontendToSessionImpl()
303 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.rastaB", &exists)); in SR_RecognizerFrontendToSessionImpl()
[all …]
/external/srec/shared/include/
DESR_Session.h396 ESR_SHARED_API ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists);
/external/srec/shared/src/
DESR_Session.c100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) in ESR_SessionContains() function