summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorInsun Kang <insun@google.com>2012-07-10 15:53:44 +0900
committerInsun Kang <insun@google.com>2012-08-02 11:56:07 +0900
commitbb6bc8491fe819f96e1902e56694715cb110ce94 (patch)
tree276e8c9aac3e7838ed61cdbda857ae27947975e9 /include/media
parent2f0632f12cd02b0350918720443c888b48f4417b (diff)
downloadframeworks_av-bb6bc8491fe819f96e1902e56694715cb110ce94.zip
frameworks_av-bb6bc8491fe819f96e1902e56694715cb110ce94.tar.gz
frameworks_av-bb6bc8491fe819f96e1902e56694715cb110ce94.tar.bz2
Adds resume() function
o Revived resume() function to fix pause/resume bug. (Bug: 6663740) o Mannually cherry-picked from GTV change. (commit: ad1197226d1c6745959f0e469f510ca06f99489f) Change-Id: I77ac90085fb1f1d2e7eb706642978a4fa4d28b49
Diffstat (limited to 'include/media')
-rw-r--r--include/media/stagefright/timedtext/TimedTextDriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/timedtext/TimedTextDriver.h b/include/media/stagefright/timedtext/TimedTextDriver.h
index cde551b..e705a04 100644
--- a/include/media/stagefright/timedtext/TimedTextDriver.h
+++ b/include/media/stagefright/timedtext/TimedTextDriver.h
@@ -40,6 +40,7 @@ public:
status_t start();
status_t pause();
+ status_t resume();
status_t selectTrack(size_t index);
status_t unselectTrack(size_t index);