summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for commit bf5814ff3aa87fde46904a747a7108ea458f063e, signals now send on ↵2.1Johannes Schanda (qxb7952)2012-09-122-4/+6
| | | | | | correct interface Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-90] fixed signals send on wrong interfacechristian mueller2012-09-122-2/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* add setVolumeStep, setSinkMuteState, setSourceSoundProperty in telnetserverFrank Herchet2012-09-122-265/+334
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-45] fixed projecttypes.h is missing in source packagechristian mueller2012-06-271-2/+2
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-65] seg faults when starting AudiManager as daemon. This is now ↵christian mueller2012-06-273-5/+10
| | | | | totally fixed. The absolut path is handed over via cmake so the AudioManager can find the xmls to be loaded in daemon mode as well Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-266-7/+11
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * typo in documentationchristian mueller2012-06-261-1/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix setSinkSoundProperty in telnetserverFrank Herchet2012-06-262-5/+7
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-55] fix wrong context id in logError and logInfoFrank Herchet2012-06-261-5/+11
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] turn watchdog feature off by default.christian mueller2012-06-262-3/+9
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-80] fixed PluginRoutingInterfaceAsync test does not compile ↵christian mueller2012-06-251-4/+16
| | | | | without dlt installed (WITH_DLT=OFF) Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-82] fixed CAmRoutingSender::setRoutingReady/setRoutingRundown does ↵christian mueller2012-06-252-4/+4
| | | | | never confirm - incorrect loop size Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * remove compiler warningFrank Herchet2012-06-251-0/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix undefined reference to `clock_gettime' in In functions of ↵Frank Herchet2012-06-251-0/+1
| | | | | | `am::CAmSocketHandler' Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-8] documentation of communication between routing plugins & sources ↵christian mueller2012-05-2413-0/+98
| | | | | | | | / sinks [GAM-9] document in EA Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * corrected packageconf handling for systemdChristian Mueller2012-05-241-2/+2
| | | | Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * updated documentation for watchdog. Little adoptions on unit file and ↵christian mueller2012-05-244-2/+46
| | | | | | dependency graph Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-78] Using the AudioManager with Sessionbus does not work fixedChristian Mueller2012-05-242-3/+6
| | | | Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ↵Christian Mueller2012-05-2412-20/+1071
| | | | | | | | watchdog functionality of the AudioManager. The function is based on the systemd watchdog functionality. The desired time intervals for checking the watchdog can be tweaked by the unit file for systemd. A sample unit file is added to the subdirectory cmake. Via Cmake build option, the watchdog functionality can be switched off. If the development package from systemd is available it will use the lib that comes with it. If not, the default handler will be compiled along with the audiomanager and this one will be used. Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * fixed wrong implementation of ProjectSpecific folder by using absolute pathschristian mueller2012-05-241-4/+3
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-76] fix : add 64bit support for DLT loggingchristian mueller2012-05-243-1/+21
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fixed AmRoutingTest. Fixed missing mpDBusWrapper Initialisationchristian mueller2012-05-242-0/+5
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * forgot to submit Python include for Dbus testchristian mueller2012-05-241-0/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix warnings that come with new compilerchristian mueller2012-05-244-6/+23
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-75] fix: make AudioManager independend from python versionchristian mueller2012-05-242-2/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-2418-57/+111
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some changes to AMM POC Control Sender base sample code to make ↵christian mueller2012-05-242-72/+441
| | | | | | statemachines more clear Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-70] fix wrong type on database interface for source sound propertieschristian mueller2012-05-246-16/+16
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-248-8/+32
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-72] change type std::list to std::vector in DbusWrapperchristian mueller2012-05-242-5/+5
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * changes for enabling the demo @AMMchristian mueller2012-05-245-27/+44
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: remove debug outputFrank Herchet2012-05-241-1/+0
| | | | | | Author: Frank Herchet <frank.fh.herchet@bmw.de> Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: move connectNoMoreThreads testFrank Herchet2012-05-242-26/+27
| | | | | | | | *[GAM-71]: change timeout to 1.5s *[GAM-71]: fix connectAbortTooLate test * fix issue in CAmEnvironment::TearDown Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-61] implement mute in sample controllerchristian mueller2012-05-241-5/+29
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-60] wrong calculation of time in asyncRoutingPluginchristian mueller2012-05-241-14/+19
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-59] disconnect does not work with example controllerchristian mueller2012-05-241-2/+11
| | | | | | * if MainConnection exists, new connection will be rejected Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-40] build audiomanager with a version but without gitchristian mueller2012-05-243-1/+22
| | | | | | * adopted readme Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-57] wrong sourceID and sinkID inserted into database fixedchristian mueller2012-05-241-0/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some modifications in telnetserver menuFrank Herchet2012-05-241-12/+13
| | | | Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * some enhancement to routingPluginDbus to make to get acces to all ↵christian mueller2012-04-0411-1082/+1958
| | | | | interfaces and handle multiple domains Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* adding a pulseaudio plugin to genivi audiomanager implements dbus methods ↵Sampreeth Ramavana2012-04-049-28/+1706
| | | | | | for registering domain, source and sinks implements dbus signals and methods for receiving information from pulseaudio calls dbus methods in pulseaudio Signed-off-by: Sampreeth Ramavana <sampreeth.ramavana@aricent.com>
* * [GAM-35] implement DBus for SESSION or SYSTEM buschristian mueller2012-04-034-18/+41
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * add check if ProjectSpecific existschristian mueller2012-04-031-2/+7
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-0315-31/+39
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-52] fix : main.cpp does not compile on -D WITH_DBUS_WRAPPER=OFFchristian mueller2012-04-031-1/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-54] fixed.christian mueller2012-04-022-9/+52
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-51] fix CAmDatabaseHandler::getListSinks (::getListSources) if sink ↵Frank Herchet2012-03-301-17/+24
| | | | (source) is invisible
* * [GAM-48] fixed compilation error for c++0xchristian mueller2012-03-291-10/+10
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-2910-283/+445
| | | | | | | | | | | * changed dlt threadsafeness * changes on timers in CAmSockethandler * adopted test of Sockethandler to changes * add versioning scheme to documentation * added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync * adopted RoutingReceiverAsyncTests to new timers Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * add setSinkVolume to telnetserverFrank Herchet2012-03-292-0/+58
|