HomeSort by relevance Sort by last modified time
    Searched refs:ESR_SessionContains (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/clib/
swicms.c 112 CHKLOG(rc, ESR_SessionContains(parname, &exists));
193 CHKLOG(rc, ESR_SessionContains(parname, &exists));
268 ESR_SessionContains(L("CREC.Frontend.start_windback"), &exists);
  /external/srec/shared/include/
ESR_Session.h 396 ESR_SHARED_API ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists);
  /external/srec/shared/src/
ESR_Session.c 100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists)
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists));
154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists));
164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists));
184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists));
203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists));
223 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelB", &exists));
243 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.ddmelA", &exists));
263 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.ddmelB", &exists));
283 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.rastaA", &exists));
303 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.rastaB", &exists))
    [all...]

Completed in 47 milliseconds