summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.cpp
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-04-18 09:24:29 -0700
committerEric Laurent <elaurent@google.com>2012-04-18 15:04:46 -0700
commit0ca3cf94c0dfc173ad7886ae162c4b67067539f6 (patch)
treebc156e7822e663626b78ec2ad09ef3970fbb48c5 /services/audioflinger/AudioPolicyService.cpp
parentee685f6d19a6cc3b0bf02e69eb5dea11a2aeb601 (diff)
downloadframeworks_av-0ca3cf94c0dfc173ad7886ae162c4b67067539f6.zip
frameworks_av-0ca3cf94c0dfc173ad7886ae162c4b67067539f6.tar.gz
frameworks_av-0ca3cf94c0dfc173ad7886ae162c4b67067539f6.tar.bz2
rename audio policy output flags
Change-Id: I27c46bd1d1b2b5f96b87af7d05b951fef18a1312
Diffstat (limited to 'services/audioflinger/AudioPolicyService.cpp')
-rw-r--r--services/audioflinger/AudioPolicyService.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp
index 15f4349..ca25ba9 100644
--- a/services/audioflinger/AudioPolicyService.cpp
+++ b/services/audioflinger/AudioPolicyService.cpp
@@ -224,7 +224,7 @@ audio_io_handle_t AudioPolicyService::getOutput(audio_stream_type_t stream,
uint32_t samplingRate,
audio_format_t format,
uint32_t channels,
- audio_policy_output_flags_t flags)
+ audio_output_flags_t flags)
{
if (mpAudioPolicy == NULL) {
return 0;
@@ -1349,7 +1349,7 @@ static audio_io_handle_t aps_open_output(void *service,
audio_format_t *pFormat,
audio_channel_mask_t *pChannelMask,
uint32_t *pLatencyMs,
- audio_policy_output_flags_t flags)
+ audio_output_flags_t flags)
{
sp<IAudioFlinger> af = AudioSystem::get_audio_flinger();
if (af == 0) {
@@ -1368,7 +1368,7 @@ static audio_io_handle_t aps_open_output_on_module(void *service,
audio_format_t *pFormat,
audio_channel_mask_t *pChannelMask,
uint32_t *pLatencyMs,
- audio_policy_output_flags_t flags)
+ audio_output_flags_t flags)
{
sp<IAudioFlinger> af = AudioSystem::get_audio_flinger();
if (af == 0) {