Home
last modified time | relevance | path

Searched refs:surroundFormats (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h157 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats() argument
159 mSurroundFormats = surroundFormats; in setSurroundFormats()
/frameworks/av/media/libaudioclient/
DIAudioPolicyService.cpp960 audio_format_t *surroundFormats, in getSurroundFormats() argument
965 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
982 status = reply.read(surroundFormats, in getSurroundFormats()
2138 audio_format_t *surroundFormats = (audio_format_t *)calloc( in onTransact() local
2142 (surroundFormats == NULL || surroundFormatsEnabled == NULL)) { in onTransact()
2143 free(surroundFormats); in onTransact()
2149 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in onTransact()
2157 reply->write(surroundFormats, numSurroundFormatsReq * sizeof(audio_format_t)); in onTransact()
2160 free(surroundFormats); in onTransact()
DAudioSystem.cpp1410 audio_format_t *surroundFormats, in getSurroundFormats() argument
1417 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
/frameworks/av/media/libaudioclient/include/media/
DIAudioPolicyService.h207 audio_format_t *surroundFormats,
DAudioSystem.h377 audio_format_t *surroundFormats,
/frameworks/av/services/audiopolicy/
DAudioPolicyInterface.h257 audio_format_t *surroundFormats,
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2154 audio_format_t *surroundFormats = NULL; in android_media_AudioSystem_getSurroundFormats() local
2157 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
2167 surroundFormats = (audio_format_t *)calloc(numSurroundFormats, sizeof(audio_format_t)); in android_media_AudioSystem_getSurroundFormats()
2170 &numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in android_media_AudioSystem_getSurroundFormats()
2178 audioFormatFromNative(surroundFormats[i])); in android_media_AudioSystem_getSurroundFormats()
2186 free(surroundFormats); in android_media_AudioSystem_getSurroundFormats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1232 audio_format_t *surroundFormats, in getSurroundFormats() argument
1241 return mAudioPolicyManager->getSurroundFormats(numSurroundFormats, surroundFormats, in getSurroundFormats()
DAudioPolicyService.h249 audio_format_t *surroundFormats,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h282 audio_format_t *surroundFormats,
DAudioPolicyManager.cpp4099 audio_format_t *surroundFormats, in getSurroundFormats() argument
4104 (surroundFormats == NULL || surroundFormatsEnabled == NULL))) { in getSurroundFormats()
4108 __func__, *numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
4143 surroundFormats[formatsWritten] = format; in getSurroundFormats()
/frameworks/base/media/java/android/media/
DAudioManager.java5396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local
5397 int status = AudioSystem.getSurroundFormats(surroundFormats, false); in getSurroundFormats()
5403 return surroundFormats; in getSurroundFormats()
DAudioSystem.java1303 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats, in getSurroundFormats() argument
/frameworks/base/core/java/android/provider/
DSettings.java13074 String[] surroundFormats = TextUtils.split(value, ",");
13075 for (String format : surroundFormats) {
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1435 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local
1437 for (String format : surroundFormats) { in sendEnabledSurroundFormats()