Searched refs:bufferSizeInBytes (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/speech/tts/ |
H A D | BlockingAudioTrack.java | 215 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()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | AudioTrack.java | 694 int bufferSizeInBytes, int mode) in AudioTrack() argument 697 bufferSizeInBytes, mode, AUDIO_SESSION_ID_GENERATE); in AudioTrack() 752 int bufferSizeInBytes, int mode, int sessionId) in AudioTrack() argument 763 bufferSizeInBytes, in AudioTrack() 819 if (shouldEnablePowerSaving(mAttributes, format, bufferSizeInBytes, mode)) { in AudioTrack() 859 audioBuffSizeCheck(bufferSizeInBytes); in AudioTrack() 1172 if (bufferSizeInBytes <= 0) { in setBufferSizeInBytes() 1175 mBufferSizeInBytes = bufferSizeInBytes; in setBufferSizeInBytes() 1785 int bufferSizeInBytes, int mode) { in shouldEnablePowerSaving() argument 1820 if (bufferSizeInBytes != 0) { in shouldEnablePowerSaving() [all …]
|
H A D | AudioRecord.java | 329 int bufferSizeInBytes) in AudioRecord() argument 340 bufferSizeInBytes, in AudioRecord() 366 public AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() argument 368 this(attributes, format, bufferSizeInBytes, sessionId, in AudioRecord() 396 private AudioRecord(AudioAttributes attributes, AudioFormat format, int bufferSizeInBytes, in AudioRecord() argument 461 audioBuffSizeCheck(bufferSizeInBytes); in AudioRecord() 706 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes() argument 707 if (bufferSizeInBytes <= 0) { in setBufferSizeInBytes() 708 throw new IllegalArgumentException("Invalid buffer size " + bufferSizeInBytes); in setBufferSizeInBytes() 710 mBufferSizeInBytes = bufferSizeInBytes; in setBufferSizeInBytes()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |