summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-10-16 15:35:35 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-16 15:35:35 -0700
commit7f8c397378a7ee5abd395413be71388ad36d3ed2 (patch)
tree3a41029ec403c6fd32aeb91aa699c05720db6f44 /include/private
parentace8947dbcd18e86c6a089291ffe1ce32fb42508 (diff)
parent120a88471a607c85c4d60300d73c3be0a1e8f8c8 (diff)
downloadframeworks_av-7f8c397378a7ee5abd395413be71388ad36d3ed2.zip
frameworks_av-7f8c397378a7ee5abd395413be71388ad36d3ed2.tar.gz
frameworks_av-7f8c397378a7ee5abd395413be71388ad36d3ed2.tar.bz2
am 120a8847: Merge "AudioTrack: fix head position after restore" into klp-dev
* commit '120a88471a607c85c4d60300d73c3be0a1e8f8c8': AudioTrack: fix head position after restore
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index fe258ad..395f164 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -256,6 +256,8 @@ public:
return mEpoch;
}
+ size_t getFramesFilled();
+
private:
size_t mEpoch;
};