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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java431 return playImpl();
478 protected abstract int playImpl(); method in class:TextToSpeechService.SpeechItem
548 protected int playImpl() { method in class:TextToSpeechService.SynthesisSpeechItem
584 // entered the synchronized(this) block in playImpl which in
641 protected int playImpl() { method in class:TextToSpeechService.SynthesisToFileSpeechItem
643 int status = super.playImpl();
696 protected int playImpl() { method in class:TextToSpeechService.AudioSpeechItem
723 protected int playImpl() { method in class:TextToSpeechService.SilenceSpeechItem

Completed in 36 milliseconds