Searched refs:TtsPlatformImplAndroid (Results 1 – 3 of 3) sorted by relevance
19 return TtsPlatformImplAndroid::GetInstance(); in GetInstance()22 TtsPlatformImplAndroid::TtsPlatformImplAndroid() in TtsPlatformImplAndroid() function in TtsPlatformImplAndroid31 TtsPlatformImplAndroid::~TtsPlatformImplAndroid() { in ~TtsPlatformImplAndroid()36 bool TtsPlatformImplAndroid::PlatformImplAvailable() { in PlatformImplAvailable()40 bool TtsPlatformImplAndroid::Speak( in Speak()64 bool TtsPlatformImplAndroid::StopSpeaking() { in StopSpeaking()72 void TtsPlatformImplAndroid::Pause() { in Pause()76 void TtsPlatformImplAndroid::Resume() { in Resume()79 bool TtsPlatformImplAndroid::IsSpeaking() { in IsSpeaking()83 void TtsPlatformImplAndroid::GetVoices( in GetVoices()[all …]
12 class TtsPlatformImplAndroid : public TtsPlatformImpl {35 static TtsPlatformImplAndroid* GetInstance();39 friend struct DefaultSingletonTraits<TtsPlatformImplAndroid>;41 TtsPlatformImplAndroid();42 virtual ~TtsPlatformImplAndroid();51 DISALLOW_COPY_AND_ASSIGN(TtsPlatformImplAndroid);
136 { "TtsPlatformImpl", TtsPlatformImplAndroid::Register },