Home
last modified time | relevance | path

Searched refs:setBufferSizeInBytes (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DAudioTrackUnitTest.java66 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).setSessionId( in testBuilderConstructionWithContext_defaultDeviceExplicitSessionId()
83 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).build(); in testBuilderConstructionWithContext_virtualDeviceDefaultAudioPolicy()
99 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).build(); in testBuilderConstructionWithContext_virtualDeviceCustomAudioPolicy()
118 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).setSessionId( in testBuilderConstructionWithContext_virtualDeviceSetSessionIdOverridesContext()
DAudioRecordUnitTest.java65 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).setSessionId( in testBuilderConstructionWithContext_defaultDeviceExplicitSessionId()
83 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).build(); in testBuilderConstructionWithContext_virtualDeviceDefaultAudioPolicy()
100 TEST_AUDIO_FORMAT).setBufferSizeInBytes(TEST_BUFFER_SIZE).build(); in testBuilderConstructionWithContext_virtualDeviceCustomAudioPolicy()
119 MediaRecorder.AudioSource.DEFAULT).setBufferSizeInBytes( in testBuilderConstructionWithContext_virtualDeviceSetSessionIdOverridesContext()
/frameworks/base/media/java/android/media/
DAudioRecord.java706 public Builder setBufferSizeInBytes(int bufferSizeInBytes) throws IllegalArgumentException { in setBufferSizeInBytes() method in AudioRecord.Builder
DAudioTrack.java1170 public @NonNull Builder setBufferSizeInBytes(@IntRange(from = 0) int bufferSizeInBytes) in setBufferSizeInBytes() method in AudioTrack.Builder
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt21788 …method public android.media.AudioRecord.Builder setBufferSizeInBytes(int) throws java.lang.Illegal…
21977 …method @NonNull public android.media.AudioTrack.Builder setBufferSizeInBytes(@IntRange(from=0) int…