Home
last modified time | relevance | path

Searched refs:getSurroundFormats (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h180 const SurroundFormats &getSurroundFormats() const in getSurroundFormats() function
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioPolicyService.aidl283 void getSurroundFormats(inout Int count, in getSurroundFormats() method
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/
H A DAdvancedVolumeFragment.java87 mFormats = mAudioManager.getSurroundFormats(); in onAttach()
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/
H A DAdvancedVolumeFragmentTest.java266 doReturn(formats).when(mAudioManager).getSurroundFormats(); in createAdvancedVolumeFragmentWithAudioManagerReturning()
/aosp12/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h277 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/aosp12/frameworks/base/media/java/android/media/
H A DIAudioService.aidl167 Map getSurroundFormats(); in getSurroundFormats() method
H A DAudioSystem.java1751 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats() method in AudioSystem
H A DAudioManager.java7077 public Map<Integer, Boolean> getSurroundFormats() { in getSurroundFormats() method in AudioManager
7079 return getService().getSurroundFormats(); in getSurroundFormats()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h429 static status_t getSurroundFormats(unsigned int *numSurroundFormats,
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4585 status_t AudioPolicyManager::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioPolicyManager
4599 *numSurroundFormats = mConfig.getSurroundFormats().size(); in getSurroundFormats()
4602 for (const auto& format: mConfig.getSurroundFormats()) { in getSurroundFormats()
4655 if (mConfig.getSurroundFormats().count(*it) != 0) { in getReportedSurroundFormats()
4658 for (const auto& pair : mConfig.getSurroundFormats()) { in getReportedSurroundFormats()
4679 const auto& formatIter = mConfig.getSurroundFormats().find(audioFormat); in setSurroundFormatEnabled()
4680 if (formatIter == mConfig.getSurroundFormats().end()) { in setSurroundFormatEnabled()
6985 for (const auto& pair : mConfig.getSurroundFormats()) { in modifySurroundFormats()
H A DAudioPolicyManager.h316 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp845 status_t ret = mManager->getSurroundFormats( in getSurroundFormatsHelper()
856 ret = mManager->getSurroundFormats( in getSurroundFormatsHelper()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1830 Status AudioPolicyService::getSurroundFormats(media::Int* count, in getSurroundFormats() function in android::AudioPolicyService
1848 mAudioPolicyManager->getSurroundFormats(&numSurroundFormats, surroundFormats.get(), in getSurroundFormats()
H A DAudioPolicyService.h195 binder::Status getSurroundFormats(media::Int* count,
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1860 status_t AudioSystem::getSurroundFormats(unsigned int* numSurroundFormats, in getSurroundFormats() function in android::AudioSystem
1877 aps->getSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl, in getSurroundFormats()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2330 status_t status = AudioSystem::getSurroundFormats(&numSurroundFormats, surroundFormats, in android_media_AudioSystem_getSurroundFormats()
2343 status = AudioSystem::getSurroundFormats(&numSurroundFormats, surroundFormats, in android_media_AudioSystem_getSurroundFormats()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1983 public Map<Integer, Boolean> getSurroundFormats() { in getSurroundFormats() method in AudioService
1985 int status = AudioSystem.getSurroundFormats(surroundFormats); in getSurroundFormats()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1438 method @NonNull public java.util.Map<java.lang.Integer,java.lang.Boolean> getSurroundFormats();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27153 Landroid/media/AudioManager;->getSurroundFormats()Ljava/util/Map;
27707 Landroid/media/AudioSystem;->getSurroundFormats(Ljava/util/Map;Z)I