Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp100 pico_System picoSystem = NULL; variable
180 pico_disposeEngine( picoSystem, &picoEngine ); in cleanResources()
181 pico_releaseVoiceDefinition( picoSystem, (pico_Char *) PICO_VOICE_NAME ); in cleanResources()
185 pico_unloadResource( picoSystem, &picoUtppResource ); in cleanResources()
189 pico_unloadResource( picoSystem, &picoTaResource ); in cleanResources()
193 pico_unloadResource( picoSystem, &picoSgResource ); in cleanResources()
197 if (picoSystem) { in cleanResources()
198 pico_terminate(&picoSystem); in cleanResources()
199 picoSystem = NULL; in cleanResources()
327 if (picoSystem==NULL) { in doLanguageSwitchFromLangIndex()
[all …]