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

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

Completed in 63 milliseconds