summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastCapture.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-02-17 16:23:03 -0800
committerGlenn Kasten <gkasten@google.com>2015-02-19 09:47:39 -0800
commit04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0 (patch)
treeff205682f760786e3d195f297d60207af0e40792 /services/audioflinger/FastCapture.cpp
parent658fc18d8e632441cd5d83a4f74b53620cbac1fe (diff)
downloadframeworks_av-04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0.zip
frameworks_av-04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0.tar.gz
frameworks_av-04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0.tar.bz2
Pull out FastCaptureDumpState and FastMixerDumpState
Change-Id: I8e44dbfe02338622eb69193b234743b50f0dd79f
Diffstat (limited to 'services/audioflinger/FastCapture.cpp')
-rw-r--r--services/audioflinger/FastCapture.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/services/audioflinger/FastCapture.cpp b/services/audioflinger/FastCapture.cpp
index 0c9b976..1c4f670 100644
--- a/services/audioflinger/FastCapture.cpp
+++ b/services/audioflinger/FastCapture.cpp
@@ -210,13 +210,4 @@ void FastCapture::onWork()
}
}
-FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(),
- mReadSequence(0), mFramesRead(0), mReadErrors(0), mSampleRate(0), mFrameCount(0)
-{
-}
-
-FastCaptureDumpState::~FastCaptureDumpState()
-{
-}
-
} // namespace android