/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 157 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats() argument 159 mSurroundFormats = surroundFormats; in setSurroundFormats()
|
/frameworks/av/media/libaudioclient/ |
D | IAudioPolicyService.cpp | 960 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()
|
D | AudioSystem.cpp | 1410 audio_format_t *surroundFormats, in getSurroundFormats() argument 1417 numSurroundFormats, surroundFormats, surroundFormatsEnabled, reported); in getSurroundFormats()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioPolicyService.h | 207 audio_format_t *surroundFormats,
|
D | AudioSystem.h | 377 audio_format_t *surroundFormats,
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterface.h | 257 audio_format_t *surroundFormats,
|
/frameworks/base/core/jni/ |
D | android_media_AudioSystem.cpp | 2154 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/ |
D | AudioPolicyInterfaceImpl.cpp | 1232 audio_format_t *surroundFormats, in getSurroundFormats() argument 1241 return mAudioPolicyManager->getSurroundFormats(numSurroundFormats, surroundFormats, in getSurroundFormats()
|
D | AudioPolicyService.h | 249 audio_format_t *surroundFormats,
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.h | 282 audio_format_t *surroundFormats,
|
D | AudioPolicyManager.cpp | 4099 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/ |
D | AudioManager.java | 5396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local 5397 int status = AudioSystem.getSurroundFormats(surroundFormats, false); in getSurroundFormats() 5403 return surroundFormats; in getSurroundFormats()
|
D | AudioSystem.java | 1303 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats, in getSurroundFormats() argument
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 13074 String[] surroundFormats = TextUtils.split(value, ","); 13075 for (String format : surroundFormats) {
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 1435 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local 1437 for (String format : surroundFormats) { in sendEnabledSurroundFormats()
|