From accc147666bfd37fc8b4ef745f18a8c751555ec2 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 20 Sep 2013 09:36:34 -0700 Subject: audioflinger: implement getTimestamp() for offloaded tracks Bug: 9587132. Change-Id: Ie9d5f4cca96306d08bc9a2dbd6edd8953096702d --- services/audioflinger/Threads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'services/audioflinger/Threads.h') diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h index 3fe470c..f13cb54 100644 --- a/services/audioflinger/Threads.h +++ b/services/audioflinger/Threads.h @@ -466,6 +466,8 @@ public: // Return's the HAL's frame count i.e. fast mixer buffer size. size_t frameCountHAL() const { return mFrameCount; } + status_t getTimestamp_l(AudioTimestamp& timestamp); + protected: // updated by readOutputParameters() size_t mNormalFrameCount; // normal mixer and effects -- cgit v1.1