summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/RecordTracks.h
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2016-02-16 18:32:24 -0800
committerAndy Hung <hunga@google.com>2016-02-18 16:04:55 -0800
commit6ae5843c281301a9ffd1059d185620a9337e15a2 (patch)
tree5c97c15b705c079bf8b2dc9ebb0a1ba17df8ca07 /services/audioflinger/RecordTracks.h
parentd25c45526d9598218433b0fa59e1f5accbd5b639 (diff)
downloadframeworks_av-6ae5843c281301a9ffd1059d185620a9337e15a2.tar.gz
frameworks_av-6ae5843c281301a9ffd1059d185620a9337e15a2.tar.bz2
frameworks_av-6ae5843c281301a9ffd1059d185620a9337e15a2.zip
Enable FastTrack timestamps
Bug: 26413951 Change-Id: Id54c32cb0f0be83d443f6cf1007181ebc461c586
Diffstat (limited to 'services/audioflinger/RecordTracks.h')
-rw-r--r--services/audioflinger/RecordTracks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/audioflinger/RecordTracks.h b/services/audioflinger/RecordTracks.h
index 5f70479358..6f84af1dbf 100644
--- a/services/audioflinger/RecordTracks.h
+++ b/services/audioflinger/RecordTracks.h
@@ -76,8 +76,6 @@ private:
// be dropped and therefore not read by the application.
sp<SyncEvent> mSyncStartEvent;
- AudioRecordServerProxy *mAudioRecordServerProxy;
-
// number of captured frames to drop after the start sync event has been received.
// when < 0, maximum frames to drop before starting capture even if sync event is
// not received