Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h180 const SurroundFormats &getSurroundFormats() const in getSurroundFormats() function
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioPolicyService.aidl281 void getSurroundFormats(inout Int count, in getSurroundFormats() method
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h277 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/base/media/java/android/media/
DIAudioService.aidl162 Map getSurroundFormats(); in getSurroundFormats() method
DAudioSystem.java1750 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats() method in AudioSystem
DAudioManager.java7064 public Map<Integer, Boolean> getSurroundFormats() { in getSurroundFormats() method in AudioManager
7066 return getService().getSurroundFormats(); in getSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h424 static status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4550 status_t AudioPolicyManager::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioPolicyManager
4564 *numSurroundFormats = mConfig.getSurroundFormats().size(); in getSurroundFormats()
4567 for (const auto& format: mConfig.getSurroundFormats()) { in getSurroundFormats()
4620 if (mConfig.getSurroundFormats().count(*it) != 0) { in getReportedSurroundFormats()
4623 for (const auto& pair : mConfig.getSurroundFormats()) { in getReportedSurroundFormats()
4644 const auto& formatIter = mConfig.getSurroundFormats().find(audioFormat); in setSurroundFormatEnabled()
4645 if (formatIter == mConfig.getSurroundFormats().end()) { in setSurroundFormatEnabled()
6748 for (const auto& pair : mConfig.getSurroundFormats()) { in modifySurroundFormats()
DAudioPolicyManager.h316 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp845 status_t ret = mManager->getSurroundFormats( in getSurroundFormatsHelper()
856 ret = mManager->getSurroundFormats( in getSurroundFormatsHelper()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1822 Status AudioPolicyService::getSurroundFormats(media::Int* count, in getSurroundFormats() function in android::AudioPolicyService
1840 mAudioPolicyManager->getSurroundFormats(&numSurroundFormats, surroundFormats.get(), in getSurroundFormats()
DAudioPolicyService.h192 binder::Status getSurroundFormats(media::Int* count,
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1854 status_t AudioSystem::getSurroundFormats(unsigned int* numSurroundFormats, in getSurroundFormats() function in android::AudioSystem
1871 aps->getSurroundFormats(&numSurroundFormatsAidl, &surroundFormatsAidl, in getSurroundFormats()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2321 status_t status = AudioSystem::getSurroundFormats(&numSurroundFormats, surroundFormats, in android_media_AudioSystem_getSurroundFormats()
2334 status = AudioSystem::getSurroundFormats(&numSurroundFormats, surroundFormats, in android_media_AudioSystem_getSurroundFormats()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1943 public Map<Integer, Boolean> getSurroundFormats() { in getSurroundFormats() method in AudioService
1945 int status = AudioSystem.getSurroundFormats(surroundFormats); in getSurroundFormats()
/frameworks/base/core/api/
Dtest-current.txt1425 method @NonNull public java.util.Map<java.lang.Integer,java.lang.Boolean> getSurroundFormats();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt27153 Landroid/media/AudioManager;->getSurroundFormats()Ljava/util/Map;
27707 Landroid/media/AudioSystem;->getSurroundFormats(Ljava/util/Map;Z)I