summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-02-28 10:39:56 -0800
committerGlenn Kasten <gkasten@google.com>2012-04-22 14:50:01 -0700
commit3acbd053c842e76e1a40fc8a0bf62de87eebf00f (patch)
tree1d6dcc01039a1af770131c6b427efa27a2e5755f /include/private
parentf853499c6a088ef8506cacbb3ccdffa87e0cec3e (diff)
downloadframeworks_av-3acbd053c842e76e1a40fc8a0bf62de87eebf00f.zip
frameworks_av-3acbd053c842e76e1a40fc8a0bf62de87eebf00f.tar.gz
frameworks_av-3acbd053c842e76e1a40fc8a0bf62de87eebf00f.tar.bz2
Configure policy of mediaserver threads
Change-Id: Ifd825590ba36996064a458f64453a94b84722cb0
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index af2db93..469f5ff 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -53,6 +53,7 @@ namespace android {
#define CBLK_RESTORED_MSK 0x0040
#define CBLK_RESTORED_ON 0x0040 // track has been restored after invalidation
#define CBLK_RESTORED_OFF 0x0040 // by AudioFlinger
+#define CBLK_FAST 0x0080 // AudioFlinger successfully created a fast track
// Important: do not add any virtual methods, including ~
struct audio_track_cblk_t