OSDN Git Service

Mark volume fields private
authorGlenn Kasten <gkasten@google.com>
Tue, 6 Mar 2012 19:34:22 +0000 (11:34 -0800)
committerGlenn Kasten <gkasten@google.com>
Fri, 26 Oct 2012 22:44:19 +0000 (15:44 -0700)
Change-Id: I8ffca0460195263d159aa13015c246122d8556a2

services/audioflinger/AudioFlinger.h

index 49e2b2c..55c2b8c 100644 (file)
@@ -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: