summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities
Commit message (Expand)AuthorAgeFilesLines
* 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-0314-3035/+3443
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-206-44/+44
* AMUtil: Fix inconsistent fdPollingArrayJens Lorenz2018-06-123-116/+110
* AMUtil: Test: Return in threads with NULLJens Lorenz2018-04-231-0/+6
* AMUtil: No check callback needed for eventfd and signalfdJens Lorenz2018-04-091-5/+2
* AMUtil: Change log level of removeFDPoll from error to warningJens Lorenz2018-04-091-1/+1
* AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-092-46/+21
* AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-092-16/+17
* AMUtil: Fix startup sequence addFdPoll and removeFdPollJens Lorenz2018-04-092-4/+87
* AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-093-33/+34
* AMUtil: Rework of exception debug messagesJens Lorenz2018-04-091-13/+15
* AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-092-9/+18
* AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-094-219/+505
* AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-092-20/+41
* AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-092-48/+50
* AMUtil: Rework of listenToSignal and minor improvementsJens Lorenz2018-04-091-17/+15
* AMUtil: Improve actionPoll lambda implementation for signal and timerJens Lorenz2018-04-091-27/+45
* AMUtil: Test: Ensure that revents are tested in fire callbackJens Lorenz2018-04-091-2/+2
* AMUtil: Test: Lets check the return value of addTimerJens Lorenz2018-04-091-13/+14
* AMUtil: Test: Remove off-by-one problem for timer meas. and socket testsJens Lorenz2018-04-091-45/+39
* AMUtil: Test: Fix mExpected value range for 32-bitJens Lorenz2018-04-092-2/+2
* AMUtil: Test: Add macro to increase the loop count of serializer testsAleksandar Donchev2018-03-271-2/+5
* AMUtil: Common API WrapperAleksandar Donchev2018-03-272-106/+124
* AMUtil: Dlt init function returns now correctlyAleksandar Donchev2018-03-271-2/+3
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-138-929/+427
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-273-104/+114
* The real-time scheduler removed.Aleksandar Donchev2018-02-134-42/+3
* Cmake parameters for real-time scheduler's priority and policy and throw runt...Aleksandar Donchev2018-02-134-55/+97
* FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2018-02-132-116/+198
* Real time scheduler added, capi wrapper timeout return value considered in re...Aleksandar Donchev2018-02-134-67/+82
* * All methods in CAPI wrapper with connectionID parameter are deprecated beca...Aleksandar Donchev2018-02-134-121/+119
* Runtime check for calls to the sockethandler from other threadsAleksandar Donchev2018-02-133-56/+99
* A filedescriptor removal will set an invalidation flag which will prevent cal...Aleksandar Donchev2018-02-133-44/+61
* Timer fd is closed at the beginning of the next iteration + some unit tests. ...Aleksandar Donchev2018-02-135-44/+378
* Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fixGENIVI Audio Manager Maintainer2018-02-072-191/+194
|\
| * AmUtil: Check for valid timer handles to fix callback exceptionJens Lorenz2018-02-051-7/+11
| * AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumera...Jens Lorenz2018-02-051-184/+183
* | AMUtil: fix missed copy in list PollGuerra Mattia2017-09-291-13/+18
* | AMUtil: use DLT API only when DLT is selectedGuerra Mattia2017-09-291-2/+5
* | CMake: Add pthread supportJens Lorenz2017-09-293-3/+5
* | 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-106-1245/+1293
* Fix for bug in CAmSocketHandler causing invalid pointers and crash.Aleksandar Donchev2017-05-024-62/+124
* Two versions of CAmSerializer due to interface changes.Aleksandar Donchev2017-05-022-548/+1211
* Signal handling via main loop with signalfd.Aleksandar Donchev2017-05-024-96/+426
* CAmSerializer interface extended to support std::function. Aleksandar Donchev2017-05-029-978/+1030
* CAmSocketHandler - usage of std::function instead of function pointers,Aleksandar Donchev2017-05-024-386/+640
* Linux specific TIMERFD implementation as alternative timer mechanismAleksandar Donchev2017-05-022-860/+1126