Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp2271 std::unique_ptr<bool[]>surroundFormatsEnabled(new bool[numSurroundFormats]); in getSurroundFormats() local
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp2292 bool* surroundFormatsEnabled) { in getSurroundFormats()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2651 auto surroundFormatsEnabled = std::make_unique<bool[]>(numSurroundFormats); in android_media_AudioSystem_getSurroundFormats() local
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp1849 bool surroundFormatsEnabled[numSurroundFormats]; in getSurroundFormatsHelper() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6248 bool *surroundFormatsEnabled) in getSurroundFormats()