From: Glenn Kasten Date: Tue, 6 Mar 2012 19:34:22 +0000 (-0800) Subject: Mark volume fields private X-Git-Tag: android-x86-4.4-r1~23^2~470^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=288a6fd72949dec167c5421d5bc977d1ccb75561;p=android-x86%2Fframeworks-av.git Mark volume fields private Change-Id: I8ffca0460195263d159aa13015c246122d8556a2 --- diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 49e2b2cbd6..55c2b8c3f4 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 mActiveTrack; public: