Searched refs:TtsEngine (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/compat/include/
H A DTtsEngine.h73 class TtsEngine;
74 extern "C" TtsEngine* getTtsEngine();
95 class TtsEngine class in namespace:android
98 virtual ~TtsEngine() {}
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp43 #include <TtsEngine.h>
168 ALOGE("TtsEngine::set language called with unsupported locale %s", locale);
1045 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config )
1089 tts_result TtsEngine::shutdown( void )
1114 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant)
1128 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant )
1130 //ALOGI("TtsEngine::setLanguage %s %s %s", lang, country, variant);
1137 ALOGE("TtsEngine::setLanguage called with NULL language");
1163 ALOGE("TtsEngine::setLanguage called with unsupported language");
1185 ALOGI("TtsEngine
[all...]

Completed in 77 milliseconds