Searched refs:surroundFormatsEnabled (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libaudioclient/ |
D | IAudioPolicyService.cpp | 957 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()
|
D | AudioSystem.cpp | 1397 bool *surroundFormatsEnabled, in getSurroundFormats() argument 1403 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
|
/frameworks/av/include/media/ |
D | IAudioPolicyService.h | 206 bool *surroundFormatsEnabled,
|
D | AudioSystem.h | 376 bool *surroundFormatsEnabled,
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioPolicyService.h | 206 bool *surroundFormatsEnabled,
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 252 bool *surroundFormatsEnabled,
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2153 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/ |
D | AudioPolicyInterfaceImpl.cpp | 1225 bool *surroundFormatsEnabled, in getSurroundFormats() argument 1234 surroundFormatsEnabled, reported); in getSurroundFormats()
|
D | AudioPolicyService.h | 239 bool *surroundFormatsEnabled,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 275 bool *surroundFormatsEnabled,
|
D | AudioPolicyManager.cpp | 4007 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()
|