summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-03-06 20:12:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-06 20:12:23 +0000
commitc514c9cba45ea5ed0a45900ea6a17389901e5181 (patch)
tree70218d0900d143047710bab893c1db8e575ef64c /include/media
parenta921c313c321117df16968751bcc94f0dd52a9f3 (diff)
parent7064fd2dcdfeafea53cd5a992bb78c413542f29f (diff)
downloadframeworks_av-c514c9cba45ea5ed0a45900ea6a17389901e5181.zip
frameworks_av-c514c9cba45ea5ed0a45900ea6a17389901e5181.tar.gz
frameworks_av-c514c9cba45ea5ed0a45900ea6a17389901e5181.tar.bz2
Merge "AudioTrack: When paused, return cached playback position"
Diffstat (limited to 'include/media')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 7e9d557..7d23d02 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -746,6 +746,7 @@ protected:
bool mInUnderrun; // whether track is currently in underrun state
String8 mName; // server's name for this IAudioTrack
+ uint32_t mPausedPosition;
private:
class DeathNotifier : public IBinder::DeathRecipient {