summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Tracks.cpp
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-04-16 23:52:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-16 23:52:19 +0000
commit554e08c6b00b2a57348f4545d450915a9e8c870a (patch)
treeb66615256ee7a7eeac8a7e54c54c2fd872a3fdd0 /services/audioflinger/Tracks.cpp
parentc620796251df712274c16858c76628d802bbb4b1 (diff)
parent611ebb95e76c230214780b7b583b8a3c5277ac7a (diff)
downloadframeworks_av-554e08c6b00b2a57348f4545d450915a9e8c870a.tar.gz
frameworks_av-554e08c6b00b2a57348f4545d450915a9e8c870a.tar.bz2
frameworks_av-554e08c6b00b2a57348f4545d450915a9e8c870a.zip
Merge "Revert "audioflinger: implement silenced capture for mmap"" into pi-dev
Diffstat (limited to 'services/audioflinger/Tracks.cpp')
-rw-r--r--services/audioflinger/Tracks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/Tracks.cpp b/services/audioflinger/Tracks.cpp
index aff1239f93..3fe41d8e0e 100644
--- a/services/audioflinger/Tracks.cpp
+++ b/services/audioflinger/Tracks.cpp
@@ -1946,7 +1946,7 @@ AudioFlinger::MmapThread::MmapTrack::MmapTrack(ThreadBase *thread,
sessionId, uid, false /* isOut */,
ALLOC_NONE,
TYPE_DEFAULT, portId),
- mPid(pid), mSilenced(false), mSilencedNotified(false)
+ mPid(pid)
{
}