summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-01-17 12:20:38 -0800
committerGlenn Kasten <gkasten@google.com>2012-01-17 13:33:33 -0800
commitad0f6cc5e115ca167ff122c83451b46d85c590ac (patch)
treeb8ff1f073a464c73bb142cc354f4382a2fa4ce9a /services/audioflinger/AudioFlinger.h
parent0696400a6bb9abbed62b3b9c6aa105495dc600a2 (diff)
downloadframeworks_av-ad0f6cc5e115ca167ff122c83451b46d85c590ac.zip
frameworks_av-ad0f6cc5e115ca167ff122c83451b46d85c590ac.tar.gz
frameworks_av-ad0f6cc5e115ca167ff122c83451b46d85c590ac.tar.bz2
Remove dead setVolume() and mVolume[2]
Change-Id: I94b835434093e920432614eb5007101e87758f32
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 01b4fe5..275f40e 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -590,7 +590,6 @@ private:
void flush();
void destroy();
void mute(bool);
- void setVolume(float left, float right);
int name() const {
return mName;
}
@@ -633,7 +632,6 @@ private:
}
// we don't really need a lock for these
- float mVolume[2];
volatile bool mMute;
// FILLED state is used for suppressing volume ramp at begin of playing
enum {FS_FILLING, FS_FILLED, FS_ACTIVE};
@@ -908,7 +906,6 @@ private:
virtual void flush();
virtual void mute(bool);
virtual void pause();
- virtual void setVolume(float left, float right);
virtual sp<IMemory> getCblk() const;
virtual status_t attachAuxEffect(int effectId);
virtual status_t onTransact(