summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-06-01 16:46:29 -0700
committerGlenn Kasten <gkasten@google.com>2011-06-01 16:46:29 -0700
commitc6854100cea4fcd0f20cb2ac8235c02d1849b3a1 (patch)
treef99b0d979380e2208f3d07c56397205c06b38373 /include/private
parentd217a8c4632b3e3065f8c2a26b9ce4dc4c97171f (diff)
downloadframeworks_av-c6854100cea4fcd0f20cb2ac8235c02d1849b3a1.zip
frameworks_av-c6854100cea4fcd0f20cb2ac8235c02d1849b3a1.tar.gz
frameworks_av-c6854100cea4fcd0f20cb2ac8235c02d1849b3a1.tar.bz2
Remove unnecessary level of priority indirection
Change-Id: I942d43973c20a7ace8b0d3f78b4da97e45e996c6
Diffstat (limited to 'include/private')
-rw-r--r--include/private/media/AudioTrackShared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/media/AudioTrackShared.h b/include/private/media/AudioTrackShared.h
index 072329d..20abd51 100644
--- a/include/private/media/AudioTrackShared.h
+++ b/include/private/media/AudioTrackShared.h
@@ -26,7 +26,6 @@ namespace android {
// ----------------------------------------------------------------------------
-#define THREAD_PRIORITY_AUDIO_CLIENT (ANDROID_PRIORITY_AUDIO)
// Maximum cumulated timeout milliseconds before restarting audioflinger thread
#define MAX_STARTUP_TIMEOUT_MS 3000 // Longer timeout period at startup to cope with A2DP init time
#define MAX_RUN_TIMEOUT_MS 1000