summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-06 15:03:34 -0800
committerGlenn Kasten <gkasten@google.com>2012-11-06 17:25:22 -0800
commite0b07179a48ee50fda931d2aa1b3c751d167e4d7 (patch)
treed495cc851dba53652011108297d100e64a4c4acd /services/audioflinger/AudioFlinger.h
parent48c6b2628f8a6037309c7957b07129d850187aa3 (diff)
downloadframeworks_av-e0b07179a48ee50fda931d2aa1b3c751d167e4d7.zip
frameworks_av-e0b07179a48ee50fda931d2aa1b3c751d167e4d7.tar.gz
frameworks_av-e0b07179a48ee50fda931d2aa1b3c751d167e4d7.tar.bz2
Remove CBLK_FAST from control block flags
This is part of a series to clean up the control block. Change-Id: Ic881a3560d9547cb63fcc0cefec87aa3da480e0d
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 2251b45..de2fbfa 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -93,7 +93,7 @@ public:
audio_format_t format,
audio_channel_mask_t channelMask,
int frameCount,
- IAudioFlinger::track_flags_t flags,
+ IAudioFlinger::track_flags_t *flags,
const sp<IMemory>& sharedBuffer,
audio_io_handle_t output,
pid_t tid,
@@ -1089,7 +1089,7 @@ public:
int frameCount,
const sp<IMemory>& sharedBuffer,
int sessionId,
- IAudioFlinger::track_flags_t flags,
+ IAudioFlinger::track_flags_t *flags,
pid_t tid,
status_t *status);