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

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

Completed in 52 milliseconds