Searched defs:surroundFormatsEnabled (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1017 bool *surroundFormatsEnabled,
1026 surroundFormatsEnabled, reported);
1015 getSurroundFormats(unsigned int *numSurroundFormats, audio_format_t *surroundFormats, bool *surroundFormatsEnabled, bool reported) argument
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1291 bool *surroundFormatsEnabled,
1297 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported);
1289 getSurroundFormats(unsigned int *numSurroundFormats, audio_format_t *surroundFormats, bool *surroundFormatsEnabled, bool reported) argument
H A DIAudioPolicyService.cpp837 bool *surroundFormatsEnabled,
841 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) {
863 status = reply.read(surroundFormatsEnabled,
1554 bool *surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool)); local
1556 (surroundFormats == NULL || surroundFormatsEnabled == NULL)) {
1558 free(surroundFormatsEnabled);
1563 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported);
1572 reply->write(surroundFormatsEnabled, numSurroundFormatsReq * sizeof(bool));
1575 free(surroundFormatsEnabled);
835 getSurroundFormats(unsigned int *numSurroundFormats, audio_format_t *surroundFormats, bool *surroundFormatsEnabled, bool reported) argument
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1859 bool *surroundFormatsEnabled = NULL; local
1861 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported);
1872 surroundFormatsEnabled = (bool *)calloc(numSurroundFormats, sizeof(bool));
1874 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported);
1883 jobject enabled = env->NewObject(gBooleanClass, gBooleanCstor, surroundFormatsEnabled[i]);
1891 free(surroundFormatsEnabled);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3579 bool *surroundFormatsEnabled,
3583 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) {
3586 ALOGV("getSurroundFormats() numSurroundFormats %d surroundFormats %p surroundFormatsEnabled %p",
3587 *numSurroundFormats, surroundFormats, surroundFormatsEnabled);
3681 surroundFormatsEnabled[formatsWritten++] = formatEnabled;
3577 getSurroundFormats(unsigned int *numSurroundFormats, audio_format_t *surroundFormats, bool *surroundFormatsEnabled, bool reported) argument

Completed in 152 milliseconds