summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-06-01 14:25:11 -0700
committerGlenn Kasten <gkasten@google.com>2014-06-02 09:07:34 -0700
commitf947dbce4390f2c3c460325d37002a34f09c0b74 (patch)
tree5b7de9d1922af62726c5a22dda8b0a4aedd0f75f /services/audioflinger/Threads.h
parente28456465fca86ed1b8b2225de073cfba64c7c42 (diff)
downloadframeworks_av-f947dbce4390f2c3c460325d37002a34f09c0b74.zip
frameworks_av-f947dbce4390f2c3c460325d37002a34f09c0b74.tar.gz
frameworks_av-f947dbce4390f2c3c460325d37002a34f09c0b74.tar.bz2
Remove obsolete IAudioFlinger::channelCount()
Change-Id: Ie623edae2e795f9155f1f452fe4e6c7217a4a4c8
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 8c9943c..eeb33d9 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -233,7 +233,6 @@ public:
// dynamic externally-visible
uint32_t sampleRate() const { return mSampleRate; }
- uint32_t channelCount() const { return mChannelCount; }
audio_channel_mask_t channelMask() const { return mChannelMask; }
audio_format_t format() const { return mFormat; }
// Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects,