From dfd7409c1b708f6c429aa43722ca8493a91d8df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaffie?= Date: Thu, 19 Mar 2015 12:10:59 +0100 Subject: Create StreamDescriptor and associated collection within common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create StreamDescriptor and associated collection within common common policy pillar elements. It moves the code from managerdefault and creates helpers function within the collection. It also split the AudioGain in a common volume header and AudioGain class. Change-Id: I1bb80e4219506f8c9042367085db328d317cb668 Signed-off-by: François Gaffie --- services/audiopolicy/common/managerdefinitions/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'services/audiopolicy/common/managerdefinitions/Android.mk') diff --git a/services/audiopolicy/common/managerdefinitions/Android.mk b/services/audiopolicy/common/managerdefinitions/Android.mk index 85f33bb..71ba1cb 100644 --- a/services/audiopolicy/common/managerdefinitions/Android.mk +++ b/services/audiopolicy/common/managerdefinitions/Android.mk @@ -5,6 +5,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ src/DeviceDescriptor.cpp \ src/AudioGain.cpp \ + src/StreamDescriptor.cpp \ src/HwModule.cpp \ src/IOProfile.cpp \ src/AudioPort.cpp \ -- cgit v1.1