Searched refs:synthesizeText (Results 1 - 4 of 4) sorted by relevance

/external/svox/pico/compat/include/
H A DTtsEngine.h235 virtual tts_result synthesizeText(const char *text, int8_t *buffer,
/external/svox/pico/compat/jni/
H A Dtts.h304 android_tts_result_t (*synthesizeText) member in struct:android_tts_engine_funcs_t
H A Dcom_android_tts_compat_SynthProxy.cpp546 int result = engine->funcs->synthesizeText(engine, textNativeString,
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1453 /** synthesizeText
1462 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void * userdata ) function in class:TtsEngine
1476 ALOGE("synthesizeText called with NULL string");
1485 ALOGE("synthesizeText called with NULL buffer");

Completed in 269 milliseconds