summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-02-07 17:03:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-07 17:03:32 +0000
commitd9a4783985203c759ddcca784798ef395668fe05 (patch)
tree69faaa1bffd16d23216630c04c80ae42a23dba9f /services/audioflinger/Threads.h
parentc9583cba9913682e1c181675c6d0066292fb719d (diff)
parent7844f679be8d94c5cdf017f53754cb68ee2f00da (diff)
downloadframeworks_av-d9a4783985203c759ddcca784798ef395668fe05.zip
frameworks_av-d9a4783985203c759ddcca784798ef395668fe05.tar.gz
frameworks_av-d9a4783985203c759ddcca784798ef395668fe05.tar.bz2
Merge "AudioFlinger: Modify flush handling for offload path"
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 4700c0a..4deea9a 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -631,7 +631,6 @@ public:
protected:
// accessed by both binder threads and within threadLoop(), lock on mutex needed
unsigned mFastTrackAvailMask; // bit i set if fast track [i] is available
- virtual void flushOutput_l();
private:
// timestamp latch:
@@ -750,7 +749,6 @@ protected:
// threadLoop snippets
virtual mixer_state prepareTracks_l(Vector< sp<Track> > *tracksToRemove);
virtual void threadLoop_exit();
- virtual void flushOutput_l();
virtual bool waitingAsyncCallback();
virtual bool waitingAsyncCallback_l();