diff options
| author | Glenn Kasten <gkasten@google.com> | 2012-10-30 10:30:59 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-30 10:31:00 -0700 |
| commit | eb79904784c9479ae6fb60202c47e5287c058c4a (patch) | |
| tree | efe86cbc8bd3256b86ea8fcffc72899face51a53 /services | |
| parent | c0214ba2e267f87437bc2629dc99512054fc7a4d (diff) | |
| parent | dc8a0d75bd7b1343cd65c3c7f6e0f91ca0fa6946 (diff) | |
| download | frameworks_av-eb79904784c9479ae6fb60202c47e5287c058c4a.zip frameworks_av-eb79904784c9479ae6fb60202c47e5287c058c4a.tar.gz frameworks_av-eb79904784c9479ae6fb60202c47e5287c058c4a.tar.bz2 | |
Merge "Mark volume fields private"
Diffstat (limited to 'services')
| -rw-r--r-- | services/audioflinger/AudioFlinger.h | 2 |
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: |
