summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-08 14:12:12 -0800
committerGlenn Kasten <gkasten@google.com>2012-02-08 14:12:12 -0800
commit38f5d71e72f3b76c5b519614d27f051d53cd2712 (patch)
treea27ac85c22bc55b10bdeeaa3bddaae473325caaf /include/media
parent98ec94c5854daccc3474758524e7f4adfe535ce0 (diff)
downloadframeworks_av-38f5d71e72f3b76c5b519614d27f051d53cd2712.zip
frameworks_av-38f5d71e72f3b76c5b519614d27f051d53cd2712.tar.gz
frameworks_av-38f5d71e72f3b76c5b519614d27f051d53cd2712.tar.bz2
Remove dead code AudioTrack::getLoop
Change-Id: I868329c52f31bc20125f068500d8f892b4ec9796
Diffstat (limited to 'include/media')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 11db81b..03a3088 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -299,7 +299,6 @@ public:
* (loopEnd-loopStart) <= framecount()
*/
status_t setLoop(uint32_t loopStart, uint32_t loopEnd, int loopCount);
- status_t getLoop(uint32_t *loopStart, uint32_t *loopEnd, int *loopCount) const;
/* Sets marker position. When playback reaches the number of frames specified, a callback with
* event type EVENT_MARKER is called. Calling setMarkerPosition with marker == 0 cancels marker