Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp101 pico_System picoSystem = NULL; variable
181 pico_disposeEngine( picoSystem, &picoEngine ); in cleanResources()
182 pico_releaseVoiceDefinition( picoSystem, (pico_Char *) PICO_VOICE_NAME ); in cleanResources()
186 pico_unloadResource( picoSystem, &picoUtppResource ); in cleanResources()
190 pico_unloadResource( picoSystem, &picoTaResource ); in cleanResources()
194 pico_unloadResource( picoSystem, &picoSgResource ); in cleanResources()
198 if (picoSystem) { in cleanResources()
199 pico_terminate(&picoSystem); in cleanResources()
200 picoSystem = NULL; in cleanResources()
328 if (picoSystem==NULL) { in doLanguageSwitchFromLangIndex()
[all …]