summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-02-07 10:50:43 -0800
committerGlenn Kasten <gkasten@google.com>2014-02-18 12:56:13 -0800
commit25f4aa83efaa9179e65a20583a6d441de2c3ff3f (patch)
tree996653f52a07bb6dc99d058943f852f3182ea637 /services/audioflinger/Threads.h
parentdeca2ae0a7cf8bc54ff3f30b7dc39bbc78b94c0d (diff)
downloadframeworks_av-25f4aa83efaa9179e65a20583a6d441de2c3ff3f.zip
frameworks_av-25f4aa83efaa9179e65a20583a6d441de2c3ff3f.tar.gz
frameworks_av-25f4aa83efaa9179e65a20583a6d441de2c3ff3f.tar.bz2
Move handleSyncStartEvent and clearSyncStartEvent to RecordTrack
Change-Id: I611a63e63acf3eb17e2072c1a77b91fe9e62e36a
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 904c292..8d81174 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -931,14 +931,11 @@ public:
virtual bool isValidSyncEvent(const sp<SyncEvent>& event) const;
static void syncStartEventCallback(const wp<SyncEvent>& event);
- void handleSyncStartEvent(RecordTrack *recordTrack, const sp<SyncEvent>& event);
virtual size_t frameCount() const { return mFrameCount; }
bool hasFastRecorder() const { return false; }
private:
- void clearSyncStartEvent(RecordTrack* recordTrack);
-
// Enter standby if not already in standby, and set mStandby flag
void standbyIfNotAlreadyInStandby();