Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp837 bool *surroundFormatsEnabled, in getSurroundFormats() argument
841 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
863 status = reply.read(surroundFormatsEnabled, in getSurroundFormats()
1554 bool *surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); in onTransact() local
1556 (surroundFormats == NULL || surroundFormatsEnabled == NULL)) { in onTransact()
1558 free(surroundFormatsEnabled); in onTransact()
1563 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in onTransact()
1572 reply->write(surroundFormatsEnabled, numSurroundFormatsReq * sizeof(bool)); in onTransact()
1575 free(surroundFormatsEnabled); in onTransact()
DAudioSystem.cpp1291 bool *surroundFormatsEnabled, in getSurroundFormats() argument
1297 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h172 bool *surroundFormatsEnabled,
DAudioSystem.h348 bool *surroundFormatsEnabled,
/frameworks/av/include/media/
DIAudioPolicyService.h172 bool *surroundFormatsEnabled,
DAudioSystem.h348 bool *surroundFormatsEnabled,
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1859 bool *surroundFormatsEnabled = NULL; in android_media_AudioSystem_getSurroundFormats() local
1861 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
1872 surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); in android_media_AudioSystem_getSurroundFormats()
1874 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
1883 jobject enabled = env->NewObject(gBooleanClass, gBooleanCstor, surroundFormatsEnabled[i]); in android_media_AudioSystem_getSurroundFormats()
1891 free(surroundFormatsEnabled); in android_media_AudioSystem_getSurroundFormats()
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h250 bool *surroundFormatsEnabled,
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1017 bool *surroundFormatsEnabled, in getSurroundFormats() argument
1026 surroundFormatsEnabled, reported); in getSurroundFormats()
DAudioPolicyService.h208 bool *surroundFormatsEnabled,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h243 bool *surroundFormatsEnabled,
DAudioPolicyManager.cpp3579 bool *surroundFormatsEnabled, in getSurroundFormats() argument
3583 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
3587 *numSurroundFormats, surroundFormats, surroundFormatsEnabled); in getSurroundFormats()
3681 surroundFormatsEnabled[formatsWritten++] = formatEnabled; in getSurroundFormats()