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

  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackHandler.java 58 public void stopForApp(Object callerIdentity) {
130 // If stop() or stopForApp() are called between mQueue.take()
TextToSpeechService.java 508 // racy sequence between this method and stopForApp() needs to be avoided.
509 // (this method) (stopForApp)
575 stopForApp(speechItem.getCallerIdentity());
594 // stopForApp(String).
616 public int stopForApp(final Object callerIdentity) {
638 mAudioPlaybackHandler.stopForApp(callerIdentity);
    [all...]

Completed in 53 milliseconds