summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include
Commit message (Expand)AuthorAgeFilesLines
* AM: add handle type for use in transferConnection() family of functionsMartin Koch2020-07-011-1/+2
* Update CAmSerializer.hDaeduek Cho2020-05-151-2/+6
* Update CAmSerializer.hDaeduek Cho2020-05-151-25/+29
* AM: Reorganize daemon, core, utilities and tests to make use of the new loggi...Martin Koch2020-01-142-2/+2
* AM_Utils: reduce CAmDltWrapper to legacy wrapper around new logging architectureMartin Koch2020-01-142-327/+34
* AM-Utils: Introduce new logging architecture, providing separate classes for ...Martin Koch2020-01-146-0/+823
* Notifying observers of sound properties only by value changes.genivi_impJacqueline Molz2018-08-222-28/+33
* FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-038-1700/+1830
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-202-15/+15
* AMUtil: Fix inconsistent fdPollingArrayJens Lorenz2018-06-121-10/+10
* AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-091-3/+1
* AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-091-0/+1
* AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-091-1/+1
* AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-091-2/+4
* AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-091-16/+17
* AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-091-5/+3
* AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-091-1/+3
* AMUtil: Common API WrapperAleksandar Donchev2018-03-271-93/+92
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-132-145/+133
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-271-53/+52
* The real-time scheduler removed.Aleksandar Donchev2018-02-131-22/+0
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-131-0/+22
* FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2018-02-131-18/+28
* Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2018-02-131-7/+0
* * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2018-02-132-97/+93
* Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2018-02-131-0/+6
* A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2018-02-131-4/+7
* Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2018-02-131-3/+8
* Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fixGENIVI Audio Manager Maintainer2018-02-071-184/+183
|\
| * AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumera...Jens Lorenz2018-02-051-184/+183
* | AMUtil: use DLT API only when DLT is selectedGuerra Mattia2017-09-291-2/+5
* | CMake: Add pthread supportJens Lorenz2017-09-291-1/+0
* | AMUtil: Fix for destroy controller on rundownJens Lorenz2017-09-291-0/+6
* | AM: Destroy plugin implementation.Kapildev Patel2017-09-291-0/+34
|/
* The primary signals SIGINT and SIGQUIT are handled on top level inAleksandar Donchev2017-07-101-411/+380
* Fix for bug in CAmSocketHandler causing invalid pointers and crash.Aleksandar Donchev2017-05-022-17/+25
* Two versions of CAmSerializer due to interface changes.Aleksandar Donchev2017-05-021-546/+1209
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-021-45/+91
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-022-810/+548
* CAmSocketHandler - usage of std::function instead of function pointers,Aleksandar Donchev2017-05-021-163/+72
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-021-363/+451
* AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-151-3/+4
* AMUtil: Check log level support of DLT added.Jens Lorenz2016-12-081-0/+12
* Utility: Serializer::dtor must also remove the fd from list to prevent crash.Jens Lorenz2016-11-141-6/+10
* AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-141-1/+1
* Changed error to warning in database if data is receivedChristian Linke2016-07-291-0/+8
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-171-0/+17
* try catch for sockethandler callbacksChristian Linke2016-05-181-99/+29
* close pipes after useChristian Linke2016-05-171-0/+1
* optimize static const in audiomanagertypes.h and CAmDltWrapper template speci...Christian Linke2016-05-171-103/+31