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.java130 public int getMaxBufferSize() { method in class:PlaybackSynthesisCallback
177 if (length > getMaxBufferSize() || length <= 0) {
H A DFileSynthesisCallback.java99 public int getMaxBufferSize() { method in class:FileSynthesisCallback

Completed in 53 milliseconds