Searched refs:surroundFormatsEnabled (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/services/audiopolicy/tests/ |
D | audiopolicymanager_tests.cpp | 854 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/ |
D | AudioPolicyInterface.h | 279 bool *surroundFormatsEnabled) = 0;
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2320 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/ |
D | AudioPolicyInterfaceImpl.cpp | 1832 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/ |
D | AudioSystem.h | 426 bool *surroundFormatsEnabled);
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 318 bool *surroundFormatsEnabled);
|
D | AudioPolicyManager.cpp | 4552 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/ |
D | AudioSystem.cpp | 1856 bool* surroundFormatsEnabled) { in getSurroundFormats() argument 1859 surroundFormatsEnabled == nullptr))) { in getSurroundFormats() 1880 surroundFormatsEnabled); in getSurroundFormats()
|