Home
last modified time | relevance | path

Searched refs:surroundFormatsEnabled (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp854 bool surroundFormatsEnabled[numSurroundFormats]; in getSurroundFormatsHelper() local
855 memset(surroundFormatsEnabled, 0, sizeof(bool) * numSurroundFormats); in getSurroundFormatsHelper()
857 &numSurroundFormats, surroundFormats, surroundFormatsEnabled); in getSurroundFormatsHelper()
863 surroundFormatsMap[surroundFormats[i]] = surroundFormatsEnabled[i]; in getSurroundFormatsHelper()
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h279 bool *surroundFormatsEnabled) = 0;
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2320 bool *surroundFormatsEnabled = nullptr; in android_media_AudioSystem_getSurroundFormats() local
2322 surroundFormatsEnabled); in android_media_AudioSystem_getSurroundFormats()
2333 surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); in android_media_AudioSystem_getSurroundFormats()
2335 surroundFormatsEnabled); in android_media_AudioSystem_getSurroundFormats()
2344 jobject enabled = env->NewObject(gBooleanClass, gBooleanCstor, surroundFormatsEnabled[i]); in android_media_AudioSystem_getSurroundFormats()
2352 free(surroundFormatsEnabled); in android_media_AudioSystem_getSurroundFormats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1832 std::unique_ptr<bool[]>surroundFormatsEnabled(new bool[numSurroundFormats]); in getSurroundFormats() local
1841 surroundFormatsEnabled.get()))); in getSurroundFormats()
1848 surroundFormatsEnabled.get(), in getSurroundFormats()
1849 surroundFormatsEnabled.get() + numSurroundFormatsReq); in getSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DAudioSystem.h426 bool *surroundFormatsEnabled);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h318 bool *surroundFormatsEnabled);
DAudioPolicyManager.cpp4552 bool *surroundFormatsEnabled) in getSurroundFormats() argument
4555 (surroundFormats == nullptr || surroundFormatsEnabled == nullptr))) { in getSurroundFormats()
4559 __func__, *numSurroundFormats, surroundFormats, surroundFormatsEnabled); in getSurroundFormats()
4581 surroundFormatsEnabled[formatsWritten++] = formatEnabled; in getSurroundFormats()
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1856 bool* surroundFormatsEnabled) { in getSurroundFormats() argument
1859 surroundFormatsEnabled == nullptr))) { in getSurroundFormats()
1880 surroundFormatsEnabled); in getSurroundFormats()