Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp957 bool *surroundFormatsEnabled, in getSurroundFormats() argument
961 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
983 status = reply.read(surroundFormatsEnabled, in getSurroundFormats()
2075 bool *surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); in onTransact() local
2077 (surroundFormats == NULL || surroundFormatsEnabled == NULL)) { in onTransact()
2079 free(surroundFormatsEnabled); in onTransact()
2084 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in onTransact()
2093 reply->write(surroundFormatsEnabled, numSurroundFormatsReq * sizeof(bool)); in onTransact()
2096 free(surroundFormatsEnabled); in onTransact()
DAudioSystem.cpp1397 bool *surroundFormatsEnabled, in getSurroundFormats() argument
1403 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
/frameworks/av/include/media/
DIAudioPolicyService.h206 bool *surroundFormatsEnabled,
DAudioSystem.h376 bool *surroundFormatsEnabled,
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h206 bool *surroundFormatsEnabled,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h252 bool *surroundFormatsEnabled,
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2153 bool *surroundFormatsEnabled = NULL; in android_media_AudioSystem_getSurroundFormats() local
2155 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
2166 surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); in android_media_AudioSystem_getSurroundFormats()
2168 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
2177 jobject enabled = env->NewObject(gBooleanClass, gBooleanCstor, surroundFormatsEnabled[i]); in android_media_AudioSystem_getSurroundFormats()
2185 free(surroundFormatsEnabled); in android_media_AudioSystem_getSurroundFormats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1225 bool *surroundFormatsEnabled, in getSurroundFormats() argument
1234 surroundFormatsEnabled, reported); in getSurroundFormats()
DAudioPolicyService.h239 bool *surroundFormatsEnabled,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h275 bool *surroundFormatsEnabled,
DAudioPolicyManager.cpp4007 bool *surroundFormatsEnabled, in getSurroundFormats() argument
4011 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
4015 __func__, *numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
4062 surroundFormatsEnabled[formatsWritten++] = formatEnabled; in getSurroundFormats()