Home
last modified time | relevance | path

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

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