HomeSort by relevance Sort by last modified time
    Searched refs:stopForApp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 58 public void stopForApp(Object callerIdentity) {
129 // If stop() or stopForApp() are called between mQueue.take()
TextToSpeechService.java 315 stopForApp(speechItem.getCallerIdentity());
329 // stopForApp(String).
348 public int stopForApp(Object callerIdentity) {
367 mAudioPlaybackHandler.stopForApp(callerIdentity);
745 // Do nothing, handled by AudioPlaybackHandler#stopForApp
821 return mSynthHandler.stopForApp(caller);
    [all...]

Completed in 26 milliseconds