summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioPolicyService.cpp
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2012-03-20 18:36:01 -0700
committerEric Laurent <elaurent@google.com>2012-04-03 16:53:25 -0700
commit1a9ed11a472493cac7f6dfcbfac2064526a493ed (patch)
tree5f4a3c6856f294b3c0371afd87df96277215107b /services/audioflinger/AudioPolicyService.cpp
parent290ca3a767a974ce9d041e5bcb0c69153f7851d5 (diff)
downloadframeworks_av-1a9ed11a472493cac7f6dfcbfac2064526a493ed.zip
frameworks_av-1a9ed11a472493cac7f6dfcbfac2064526a493ed.tar.gz
frameworks_av-1a9ed11a472493cac7f6dfcbfac2064526a493ed.tar.bz2
audio policy: add configuration file
removed outputs to stream mapping cache in audio system: the output for a given stream type must always be queried from audio policy manager as the cache is not always updated fast enough by audioflinger callback. removed AudioFlinger::PlaybackThread::setStreamValid() not used anymore if stream to output mapping is not cached. Change-Id: Ieca720c0b292181f81247259c8a44359bc74c66b
Diffstat (limited to 'services/audioflinger/AudioPolicyService.cpp')
-rw-r--r--services/audioflinger/AudioPolicyService.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp
index c23eb04..62ab45d 100644
--- a/services/audioflinger/AudioPolicyService.cpp
+++ b/services/audioflinger/AudioPolicyService.cpp
@@ -31,7 +31,6 @@
#include <utils/threads.h>
#include "AudioPolicyService.h"
#include "ServiceUtilities.h"
-#include <cutils/properties.h>
#include <hardware_legacy/power.h>
#include <media/AudioEffect.h>
#include <media/EffectsFactoryApi.h>