Home
last modified time | relevance | path

Searched refs:hLts (Results 1 – 3 of 3) sorted by relevance

/external/srec/seti/sltsEngine/include/
DSWIslts.h64 SWIsltsResult (*close) (SWIsltsHand hLts);
65 SWIsltsResult (*textToPhone) (SWIsltsHand hLts,
85 SWISLTS_FNDECLARE SWIsltsResult SWIsltsClose(SWIsltsHand hLts);
87 SWISLTS_FNDECLARE SWIsltsResult SWIsltsTextToPhone(SWIsltsHand hLts,
93 SWISLTS_FNDECLARE SWIsltsResult SWIsltsG2PGetWordTranscriptions(SWIsltsHand hLts,
98 SWISLTS_FNDECLARE SWIsltsResult SWIsltsG2PFreeWordTranscriptions(SWIsltsHand hLts,
Dlts.h46 SWIsltsResult free_lts(LTS_HANDLE hLts);
/external/srec/seti/sltsEngine/src/
DSWIslts.c162 SWISLTS_FNEXPORT SWIsltsResult SWIsltsClose(SWIsltsHand hLts) in SWIsltsClose() argument
164 SLTS_Engine *pEng = (SLTS_Engine *)hLts; in SWIsltsClose()
185 SWISLTS_FNEXPORT SWIsltsResult SWIsltsTextToPhone(SWIsltsHand hLts, in SWIsltsTextToPhone() argument
200 if (hLts == NULL) { in SWIsltsTextToPhone()
214 pEng = (SLTS_Engine *)hLts; in SWIsltsTextToPhone()
268 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PGetWordTranscriptions(SWIsltsHand hLts, in SWIsltsG2PGetWordTranscriptions() argument
276 SLTS_Engine * pEng = (SLTS_Engine *)hLts; in SWIsltsG2PGetWordTranscriptions()
288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN); in SWIsltsG2PGetWordTranscriptions()
347 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PFreeWordTranscriptions(SWIsltsHand hLts, in SWIsltsG2PFreeWordTranscriptions() argument