commit | 3f0c902beb53a245c9db35e871607dba05b8d391 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Jan 15 17:49:46 2016 -0800 |
committer | Andy Hung <hunga@google.com> | Wed Feb 10 15:57:51 2016 +0000 |
tree | 93b456b76dd9504e53de955f75c5c6a4f3d2be7c | |
parent | 00803f7e94052144ecf476268bc717191ee29865 [diff] [blame] |
Add AudioRecord timestamps Bug: 13569372 Bug: 22886739 Change-Id: Ibc81afefb733d23676a632a0f2da31163fdbe05f
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h index ae8bbb9..ad47277 100644 --- a/services/audioflinger/Threads.h +++ b/services/audioflinger/Threads.h
@@ -1324,6 +1324,8 @@ // rolling index that is never cleared int32_t mRsmpInRear; // last filled frame + 1 + ExtendedTimestamp mTimestamp; + // For dumpsys const sp<NBAIO_Sink> mTeeSink;