Home | History | Annotate | Download | only in tts

Lines Matching refs:TtsEngine

42 #include <TtsEngine.h>
167 ALOGE("TtsEngine::set language called with unsupported locale %s", locale);
1044 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config )
1094 tts_result TtsEngine::shutdown( void )
1119 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant)
1133 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant )
1135 //ALOGI("TtsEngine::setLanguage %s %s %s", lang, country, variant);
1142 ALOGE("TtsEngine::setLanguage called with NULL language");
1168 ALOGE("TtsEngine::setLanguage called with unsupported language");
1190 ALOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).",
1211 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country,
1219 ALOGE("TtsEngine::isLanguageAvailable called with no language");
1233 ALOGV("TtsEngine::isLanguageAvailable called with unsupported language");
1275 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant)
1298 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate,
1316 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size )
1392 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize )
1462 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void * userdata )
1648 tts_result TtsEngine::stop( void )
1659 TtsEngine * getTtsEngine( void )
1661 return new TtsEngine();