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

/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl75 int playSilence(in IBinder callingInstance, in long duration, in int queueMode, in Bundle params);
H A DTextToSpeech.java965 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the playSilence operation.
967 public int playSilence(final long durationInMs, final int queueMode, method in class:TextToSpeech
972 return service.playSilence(getCallerIdentity(), durationInMs, queueMode,
975 }, ERROR, "playSilence");
H A DTextToSpeechService.java839 public int playSilence(IBinder caller, long duration, int queueMode, Bundle params) {

Completed in 27 milliseconds