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

/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java36 public int getMaxBufferSize(); method in interface:SynthesisCallback
63 * less than or equal to the return value of {@link #getMaxBufferSize}.
H A DPlaybackSynthesisCallback.java125 public int getMaxBufferSize() { method in class:PlaybackSynthesisCallback
171 if (length > getMaxBufferSize() || length <= 0) {
H A DFileSynthesisCallback.java115 public int getMaxBufferSize() { method in class:FileSynthesisCallback

Completed in 1976 milliseconds