Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h152 const SurroundFormats &getSurroundFormats() const in getSurroundFormats() function
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h206 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
DAudioSystem.h376 static status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h256 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1231 status_t AudioPolicyService::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioPolicyService
1241 return mAudioPolicyManager->getSurroundFormats(numSurroundFormats, surroundFormats, in getSurroundFormats()
DAudioPolicyService.h248 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4098 status_t AudioPolicyManager::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioPolicyManager
4121 if (mConfig.getSurroundFormats().count(supportedFormats[j]) != 0) { in getSurroundFormats()
4124 for (const auto& pair : mConfig.getSurroundFormats()) { in getSurroundFormats()
4134 for (const auto& pair : mConfig.getSurroundFormats()) { in getSurroundFormats()
4164 const auto& formatIter = mConfig.getSurroundFormats().find(audioFormat); in setSurroundFormatEnabled()
4165 if (formatIter == mConfig.getSurroundFormats().end()) { in setSurroundFormatEnabled()
6134 for (const auto& pair : mConfig.getSurroundFormats()) { in modifySurroundFormats()
DAudioPolicyManager.h281 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
/frameworks/base/media/java/android/media/
DAudioManager.java5395 public Map<Integer, Boolean> getSurroundFormats() { in getSurroundFormats() method in AudioManager
5397 int status = AudioSystem.getSurroundFormats(surroundFormats, false); in getSurroundFormats()
5439 int status = AudioSystem.getSurroundFormats(reportedSurroundFormats, true); in getReportedSurroundFormats()
DAudioSystem.java1303 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats, in getSurroundFormats() method in AudioSystem
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1409 status_t AudioSystem::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioSystem
1416 return aps->getSurroundFormats( in getSurroundFormats()
DIAudioPolicyService.cpp959 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::BpAudioPolicyService
2148 status_t status = getSurroundFormats( in onTransact()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2156 status_t status = AudioSystem::getSurroundFormats( in android_media_AudioSystem_getSurroundFormats()
2169 status = AudioSystem::getSurroundFormats( in android_media_AudioSystem_getSurroundFormats()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt34404 Landroid/media/AudioManager;->getSurroundFormats()Ljava/util/Map;
34958 Landroid/media/AudioSystem;->getSurroundFormats(Ljava/util/Map;Z)I