/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioProfileVectorHelper.cpp | 92 profile->getSampleRates()); in setChannelsForAudioProfiles() 114 dynamicFormatProfile->getSampleRates()); in addProfilesForFormats() 138 audioProfileVector, profileToAdd->getSampleRates(), profileToAdd->getFormat()); in addDynamicAudioProfileAndSort() 185 const SampleRateSet sampleRates = audioProfile->getSampleRates(); in checkCompatibleSamplingRate() 422 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig() 424 intersectAndOrder(inputProfile->getSampleRates(), outputProfile->getSampleRates(), in findBestMatchingOutputConfig()
|
H A D | PolicyAudioPort.cpp | 254 pickSamplingRate(pickedSamplingRate, audioProfiles[i]->getSampleRates()); in pickAudioProfile()
|
H A D | Serializer.cpp | 440 profile->setDynamicRate(profile->getSampleRates().empty());
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | Usb10ASFormatII.java | 57 public int[] getSampleRates() { in getSampleRates() method in Usb10ASFormatII 83 int[] sampleRates = getSampleRates(); in report()
|
H A D | Usb10ASFormatI.java | 57 public int[] getSampleRates() { in getSampleRates() method in Usb10ASFormatI 102 int[] sampleRates = getSampleRates(); in report()
|
H A D | UsbASFormat.java | 52 public int[] getSampleRates() { in getSampleRates() method in UsbASFormat
|
/aosp12/frameworks/av/media/libaudiofoundation/ |
H A D | AudioProfile.cpp | 34 (left.getSampleRates() == right.getSampleRates()); in operator ==() 138 mSamplingRates == other->getSampleRates() && in equals() 382 std::make_pair(profile->getChannels(), profile->getSampleRates())); in intersectAudioProfiles() 394 SampleRateSet sampleRates = SetIntersection(profile->getSampleRates(), it->second.second); in intersectAudioProfiles()
|
H A D | AudioPort.cpp | 82 const SampleRateSet &ratesToExport = profile->getSampleRates(); in toAudioPort() 111 const SampleRateSet &sampleRates = profile->getSampleRates(); in toAudioPort()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
H A D | Generators.cpp | 49 const auto& sampleRates = profile->getSampleRates(); in generateOutputDeviceConfigParameters() 112 const auto& sampleRates = profile->getSampleRates(); in generateInputDeviceConfigParameters()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
H A D | CarAudioDeviceInfoTest.java | 116 when(audioDeviceInfo.getSampleRates()).thenReturn(sampleRates); in getSampleRate_withMultipleSampleRates_returnsMax() 127 when(audioDeviceInfo.getSampleRates()).thenReturn(null); in getSampleRate_withNullSampleRate_returnsDefault()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioProfile.java | 94 public @NonNull int[] getSampleRates() { in getSampleRates() method in AudioProfile
|
H A D | AudioPort.java | 133 samplingRates.addAll(Arrays.stream(profile.getSampleRates()).boxed() in AudioPort()
|
H A D | AudioDeviceInfo.java | 446 public @NonNull int[] getSampleRates() { in getSampleRates() method in AudioDeviceInfo
|
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioProfile.h | 48 const SampleRateSet &getSampleRates() const { return mSamplingRates; } in getSampleRates() function
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioDeviceInfo.java | 166 int[] sampleRates = info.getSampleRates(); in getMaxSampleRate()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 20272 method @NonNull public int[] getSampleRates(); 20759 method @NonNull public int[] getSampleRates();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 10938 HSPLandroid/media/AudioProfile;->getSampleRates()[I
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 10933 HSPLandroid/media/AudioProfile;->getSampleRates()[I
|