Searched refs:ESR_SessionGetProperty (Results 1 – 9 of 9) sorted by relevance
/external/srec/srec/Session/src/ |
D | SR_Session.c | 74 ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG); in SR_SessionDestroy()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 129 CHKLOG(rc, ESR_SessionGetProperty(name, (void **)&list, TYPES_INTARRAYLIST)); in propertyChanged() 174 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&any_existing_eventlog, TYPES_SR_EVENTLOG); in SR_EventLogCreate() 228 …CHKLOG(rc, ESR_SessionGetProperty(L("cmdline.DataCaptureDirectory"), (void**) &dataCaptureDir, TYP… in SR_EventLogCreate() 784 CHKLOG(rc, ESR_SessionGetProperty(key, (void **)&list, TYPES_INTARRAYLIST)); in SR_EventLogEventSessionImpl()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 400 …CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.mel_offset", (void **)&intList, TYPES_INTARRAYLIS… in SR_RecognizerGetFrontendLegacyParametersImpl() 410 …CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.mel_loop", (void **)&intList, TYPES_INTARRAYLIST)… in SR_RecognizerGetFrontendLegacyParametersImpl() 420 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.melA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 425 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.melB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 430 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.dmelA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 435 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.dmelB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 440 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.ddmelA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 445 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.ddmelB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 450 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.rastaA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() 455 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.rastaB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl() [all …]
|
/external/srec/shared/include/ |
D | ESR_Session.h | 337 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value,
|
/external/srec/shared/src/ |
D | ESR_Session.c | 57 ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value, VariableTypes type) in ESR_SessionGetProperty() function
|
/external/srec/srec/Nametag/src/ |
D | NametagsImpl.c | 62 CHKLOG(rc, ESR_SessionGetProperty(L("eventlog"), (void **)&impl->eventLog, TYPES_SR_EVENTLOG)); in SR_NametagsCreate()
|
/external/srec/srec/clib/ |
D | swicms.c | 114 rc = ESR_SessionGetProperty(parname, (void**)&intList, TYPES_INTARRAYLIST); in GetSomeIntsIfAny()
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 225 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG); in LogArbdataVersion()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 94 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&impl->eventLog, TYPES_SR_EVENTLOG); in SR_Grammar_Create()
|