summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-05-07 08:42:25 -0700
committerGlenn Kasten <gkasten@google.com>2014-05-09 16:15:49 -0700
commitfe9570c7b937b49d3603ccb394aed732b79bc6be (patch)
tree9bc651997eec71010c91543e390472a6f155f775 /include
parent16821ec9e1619f4edcc87f21ea1537580109b14d (diff)
downloadframeworks_av-fe9570c7b937b49d3603ccb394aed732b79bc6be.zip
frameworks_av-fe9570c7b937b49d3603ccb394aed732b79bc6be.tar.gz
frameworks_av-fe9570c7b937b49d3603ccb394aed732b79bc6be.tar.bz2
Remove obsolete IAudioRecord::getCblk()
Change-Id: Id20b5efd765b9796b0e391610e06dc928a829ebf
Diffstat (limited to 'include')
-rw-r--r--include/media/IAudioRecord.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/IAudioRecord.h b/include/media/IAudioRecord.h
index eccc2ca..2003985 100644
--- a/include/media/IAudioRecord.h
+++ b/include/media/IAudioRecord.h
@@ -34,9 +34,6 @@ class IAudioRecord : public IInterface
public:
DECLARE_META_INTERFACE(AudioRecord);
- /* get this tracks control block */
- virtual sp<IMemory> getCblk() const = 0;
-
/* After it's created the track is not active. Call start() to
* make it active.
*/