commit | 02bbd20cece1785c223ac4ca2ddc635931a80673 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Feb 08 12:35:35 2012 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Wed Feb 08 12:52:00 2012 -0800 |
tree | f43adecd4648ff511eacc7ca2921c167ed3220de | |
parent | 98ec94c5854daccc3474758524e7f4adfe535ce0 [diff] [blame] |
Rename type() to streamType() This avoids possible confusion with thread's type(). Also remove redundant cast "(audio_stream_type_t)". Change-Id: I320b9177b6c267a102d215f002228bcf988c437a
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 97103c4..4f7f195 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -600,7 +600,7 @@ return mName; } - audio_stream_type_t type() const { + audio_stream_type_t streamType() const { return mStreamType; } status_t attachAuxEffect(int EffectId);