summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-06 11:34:22 -0800
committerGlenn Kasten <gkasten@google.com>2012-10-26 15:44:19 -0700
commitdc8a0d75bd7b1343cd65c3c7f6e0f91ca0fa6946 (patch)
tree1cf2e9ee9cc9524649bccb6f634268e7dbb390c5 /services/audioflinger/AudioFlinger.h
parent692c3e54c63aaaf7e9ef4d89761f98975bd34f33 (diff)
downloadframeworks_av-dc8a0d75bd7b1343cd65c3c7f6e0f91ca0fa6946.zip
frameworks_av-dc8a0d75bd7b1343cd65c3c7f6e0f91ca0fa6946.tar.gz
frameworks_av-dc8a0d75bd7b1343cd65c3c7f6e0f91ca0fa6946.tar.bz2
Mark volume fields private
Change-Id: I8ffca0460195263d159aa13015c246122d8556a2
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 49e2b2c..55c2b8c 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -1326,11 +1326,11 @@ public:
virtual void threadLoop_mix();
virtual void threadLoop_sleepTime();
+ private:
// volumes last sent to audio HAL with stream->set_volume()
float mLeftVolFloat;
float mRightVolFloat;
-private:
// prepareTracks_l() tells threadLoop_mix() the name of the single active track
sp<Track> mActiveTrack;
public: