summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-09-17 15:04:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-17 15:04:42 -0700
commit11454092e4a94d3c8b4576c981595339abdfac0d (patch)
tree9e6ded6dbe394ea944cf51cd77b80acdbd49c5d9 /include/private
parent440b5a496ac4f10f1221ecb110f67bcd253ef70a (diff)
parent18f861404efc054da0a2ea6c582e293940f63bc8 (diff)
downloadframeworks_av-11454092e4a94d3c8b4576c981595339abdfac0d.zip
frameworks_av-11454092e4a94d3c8b4576c981595339abdfac0d.tar.gz
frameworks_av-11454092e4a94d3c8b4576c981595339abdfac0d.tar.bz2
am 18f86140: Merge "Fix underruns when fast track denied due to SRC" into klp-dev
* commit '18f861404efc054da0a2ea6c582e293940f63bc8': Fix underruns when fast track denied due to SRC
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index ad7409d..fe258ad 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -383,8 +383,6 @@ public:
protected:
size_t mAvailToClient; // estimated frames available to client prior to releaseBuffer()
int32_t mFlush; // our copy of cblk->u.mStreaming.mFlush, for streaming output only
-private:
- bool mDeferWake; // whether another releaseBuffer() is expected soon
};
// Proxy used by AudioFlinger for servicing AudioTrack