summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-21 08:29:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-21 08:29:18 -0700
commitc5c49398584f2399af905a931e556ed6e0a29cd4 (patch)
tree0da87ace16edf4a3b992ca9a9934d34b73450ebd /services/audioflinger/AudioFlinger.h
parentccf89b54f973f11082150d02ed957f7e967fbc8b (diff)
parentf99590187e2e3f1cf6f093063170edec269cac5d (diff)
downloadframeworks_av-c5c49398584f2399af905a931e556ed6e0a29cd4.zip
frameworks_av-c5c49398584f2399af905a931e556ed6e0a29cd4.tar.gz
frameworks_av-c5c49398584f2399af905a931e556ed6e0a29cd4.tar.bz2
Merge "Clean up Track constructor"
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 7a57613..d1950a3 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -681,9 +681,9 @@ private:
enum {FS_FILLING, FS_FILLED, FS_ACTIVE};
mutable uint8_t mFillingUpStatus;
int8_t mRetryCount;
- sp<IMemory> mSharedBuffer;
+ const sp<IMemory> mSharedBuffer;
bool mResetDone;
- audio_stream_type_t mStreamType;
+ const audio_stream_type_t mStreamType;
int mName;
int16_t *mMainBuffer;
int32_t *mAuxBuffer;