Home
last modified time | relevance | path

Searched refs:bufferSizeInBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DBlockingAudioTrack.java215 int bufferSizeInBytes = Math.max(MIN_AUDIO_BUFFER_SIZE, minBufferSizeInBytes); in createStreamingAudioTrack() local
222 audioFormat, bufferSizeInBytes, AudioTrack.MODE_STREAM, in createStreamingAudioTrack()
231 mAudioBufferSize = bufferSizeInBytes; in createStreamingAudioTrack()
/frameworks/base/media/java/android/media/
DAudioTrack.java630 int bufferSizeInBytes, int mode) in AudioTrack() argument
633 bufferSizeInBytes, mode, AudioManager.AUDIO_SESSION_ID_GENERATE); in AudioTrack()
688 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack() argument
699 bufferSizeInBytes, in AudioTrack() local
734 public AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack() argument
737 this(attributes, format, bufferSizeInBytes, mode, sessionId, false /*offload*/, in AudioTrack()
741 private AudioTrack(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioTrack() argument
755 if (shouldEnablePowerSaving(mAttributes, format, bufferSizeInBytes, mode)) { in AudioTrack()
795 audioBuffSizeCheck(bufferSizeInBytes); in AudioTrack()
1069 public @NonNull Builder setBufferSizeInBytes(@IntRange(from = 0) int bufferSizeInBytes) in setBufferSizeInBytes()
[all …]
DAudioRecord.java299 int bufferSizeInBytes) in AudioRecord() argument
310 bufferSizeInBytes, in AudioRecord() local
335 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() argument
397 audioBuffSizeCheck(bufferSizeInBytes); in AudioRecord()
612 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes() argument
613 if (bufferSizeInBytes <= 0) { in setBufferSizeInBytes()
614 throw new IllegalArgumentException("Invalid buffer size " + bufferSizeInBytes); in setBufferSizeInBytes()
616 mBufferSizeInBytes = bufferSizeInBytes; in setBufferSizeInBytes()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...