Home
last modified time | relevance | path

Searched defs:surroundFormats (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h149 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp956 audio_format_t *surroundFormats, in getSurroundFormats()
2073 audio_format_t *surroundFormats = (audio_format_t *)calloc( in onTransact() local
DAudioSystem.cpp1396 audio_format_t *surroundFormats, in getSurroundFormats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1224 audio_format_t *surroundFormats, in getSurroundFormats()
/frameworks/base/media/java/android/media/
DAudioSystem.java1055 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats, in getSurroundFormats()
DAudioManager.java5364 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2152 audio_format_t *surroundFormats = NULL; in android_media_AudioSystem_getSurroundFormats() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4006 audio_format_t *surroundFormats, in getSurroundFormats()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1397 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local