Home
last modified time | relevance | path

Searched defs:surroundFormatsEnabled (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp2283 std::unique_ptr<bool[]>surroundFormatsEnabled(new bool[numSurroundFormats]); in getSurroundFormats() local
/aosp_15_r20/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp2254 bool* surroundFormatsEnabled) { in getSurroundFormats()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2647 auto surroundFormatsEnabled = std::make_unique<bool[]>(numSurroundFormats); in android_media_AudioSystem_getSurroundFormats() local
/aosp_15_r20/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp1789 bool surroundFormatsEnabled[numSurroundFormats]; in getSurroundFormatsHelper() local
/aosp_15_r20/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp6195 bool *surroundFormatsEnabled) in getSurroundFormats()