summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h
diff options
context:
space:
mode:
authorFrançois Gaffie <francois.gaffie@intel.com>2015-03-19 10:35:14 +0100
committerJean-Michel Trivi <jmtrivi@google.com>2015-04-01 10:22:42 -0700
commit45ed3b053d9af2250f5ece9ee4e826905c3763a7 (patch)
tree97926c3be950a64e504347c103fe41628b4939da /services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h
parent036e1e9126dcd496203434aa69e52115d8e730cc (diff)
downloadframeworks_av-45ed3b053d9af2250f5ece9ee4e826905c3763a7.zip
frameworks_av-45ed3b053d9af2250f5ece9ee4e826905c3763a7.tar.gz
frameworks_av-45ed3b053d9af2250f5ece9ee4e826905c3763a7.tar.bz2
Add EffectDescriptor and associated collection to common elements
This patch adds EffectDescriptor and associated collection to common policy pillar elements. It moves the code from the policy manager and creates helpers function in the collection. It also factorize the RoutingStrategy structure within a separated header file. Change-Id: I29964ff77564fadedf3237c8754240b21ae77297 Signed-off-by: François Gaffie <francois.gaffie@intel.com>
Diffstat (limited to 'services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h')
-rw-r--r--services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h b/services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h
index e2f1bbf..43ee691 100644
--- a/services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h
+++ b/services/audiopolicy/common/managerdefinitions/include/AudioOutputDescriptor.h
@@ -17,7 +17,7 @@
#pragma once
#include "AudioPort.h"
-#include "ApmImplDefinitions.h"
+#include <RoutingStrategy.h>
#include <utils/Errors.h>
#include <utils/Timers.h>
#include <utils/KeyedVector.h>