/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 152 const SurroundFormats &getSurroundFormats() const in getSurroundFormats() function
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioPolicyService.h | 206 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
|
D | AudioSystem.h | 376 static status_t getSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 256 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImpl.cpp | 1231 status_t AudioPolicyService::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioPolicyService 1241 return mAudioPolicyManager->getSurroundFormats(numSurroundFormats, surroundFormats, in getSurroundFormats()
|
D | AudioPolicyService.h | 248 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 4098 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()
|
D | AudioPolicyManager.h | 281 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats,
|
/frameworks/base/media/java/android/media/ |
D | AudioManager.java | 5395 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()
|
D | AudioSystem.java | 1303 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats, in getSurroundFormats() method in AudioSystem
|
/frameworks/av/media/libaudioclient/ |
D | AudioSystem.cpp | 1409 status_t AudioSystem::getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::AudioSystem 1416 return aps->getSurroundFormats( in getSurroundFormats()
|
D | IAudioPolicyService.cpp | 959 virtual status_t getSurroundFormats(unsigned int *numSurroundFormats, in getSurroundFormats() function in android::BpAudioPolicyService 2148 status_t status = getSurroundFormats( in onTransact()
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2156 status_t status = AudioSystem::getSurroundFormats( in android_media_AudioSystem_getSurroundFormats() 2169 status = AudioSystem::getSurroundFormats( in android_media_AudioSystem_getSurroundFormats()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 34404 Landroid/media/AudioManager;->getSurroundFormats()Ljava/util/Map; 34958 Landroid/media/AudioSystem;->getSurroundFormats(Ljava/util/Map;Z)I
|