summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-31 16:12:48 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-02 16:22:42 -0700
commiteeca32671896739e84050da5992d5f151a1629de (patch)
treed611c0a426354e80345956c945e9381e6137209b /services/audioflinger/AudioFlinger.h
parent27f7b2a8fe899565487d8a326676a5f7d0a05a37 (diff)
downloadframeworks_av-eeca32671896739e84050da5992d5f151a1629de.zip
frameworks_av-eeca32671896739e84050da5992d5f151a1629de.tar.gz
frameworks_av-eeca32671896739e84050da5992d5f151a1629de.tar.bz2
IAudioFlinger::openRecord track_flags_t flags is in/out
This will allow AudioFlinger to tell client it is denying a request. Change-Id: Iff2be3ad6636371bbda9c9899a283c94620c1f06
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index d99b779..e5e4113 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -117,7 +117,7 @@ public:
audio_format_t format,
audio_channel_mask_t channelMask,
size_t frameCount,
- IAudioFlinger::track_flags_t flags,
+ IAudioFlinger::track_flags_t *flags,
pid_t tid,
int *sessionId,
status_t *status);