diff options
author | Glenn Kasten <gkasten@google.com> | 2011-06-01 16:46:29 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2011-06-01 16:46:29 -0700 |
commit | c6854100cea4fcd0f20cb2ac8235c02d1849b3a1 (patch) | |
tree | f99b0d979380e2208f3d07c56397205c06b38373 /include/private/media/AudioTrackShared.h | |
parent | d217a8c4632b3e3065f8c2a26b9ce4dc4c97171f (diff) | |
download | frameworks_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/media/AudioTrackShared.h')
-rw-r--r-- | include/private/media/AudioTrackShared.h | 1 |
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 |