Home
last modified time | relevance | path

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

/external/svox/pico/compat/include/
DTtsEngine.h103 virtual tts_result init(synthDoneCB_t synthDoneCBPtr, const char *engineConfig);
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1044 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config ) in init() argument
1046 if (synthDoneCBPtr == NULL) { in init()
1065 picoSynthDoneCBPtr = synthDoneCBPtr; in init()