summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-10-28 17:18:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-28 17:18:53 -0700
commitd21952fe5bc94f7bb6ee729f806c0e641fdb1a0d (patch)
treecc3ae62392a01c054b61af9ef606245854090394 /services/audioflinger/Threads.h
parent1dfca7775f0b8352a0fd6cfed1e70075e5fa4e75 (diff)
parent7f8f758506a95d6fe5c0e52aa7b5ef82fb18861a (diff)
downloadframeworks_av-d21952fe5bc94f7bb6ee729f806c0e641fdb1a0d.zip
frameworks_av-d21952fe5bc94f7bb6ee729f806c0e641fdb1a0d.tar.gz
frameworks_av-d21952fe5bc94f7bb6ee729f806c0e641fdb1a0d.tar.bz2
am 7f8f7585: am fd477974: AudioFlinger: more fixes for offload audio lost
* commit '7f8f758506a95d6fe5c0e52aa7b5ef82fb18861a': AudioFlinger: more fixes for offload audio lost
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 2b4c9fd..8a859f5 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -503,6 +503,7 @@ protected:
SortedVector< wp<Track> > mActiveTracks; // FIXME check if this could be sp<>
SortedVector<int> mWakeLockUids;
int mActiveTracksGeneration;
+ wp<Track> mLatestActiveTrack; // latest track added to mActiveTracks
// Allocate a track name for a given channel mask.
// Returns name >= 0 if successful, -1 on failure.