summaryrefslogtreecommitdiff
path: root/src/components/media_manager/include/media_manager
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomicsJacob Keeler2018-07-171-0/+18
|\
| * Refactor CommandFactoryIra Lytvynenko2018-06-261-0/+18
| | | | | | | | | | | | Fix SendAudioPassThroughNotification Rename Command Origin to Command Source
* | Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
|/
* Merge pull request #1690 from ↵Jacob Keeler2017-10-031-0/+1
|\ | | | | | | | | shoamano83/fix/memory_leak_in_from_mic_to_file_recorder fix: memory leak in FromMicToFileRecorderThread
| * fix: memory leak in FromMicToFileRecorderThreadSho Amano2017-07-191-0/+1
| |
* | Fix/1701 (#1702)fronneburg2017-10-034-0/+8
| | | | | | | | proper socket streamer cleanup
* | Not related to RC changesAlexander Kutsan2017-08-161-3/+4
|/ | | | Remove segfault in transport manager tests
* Move interface classes to correct directoryIvo Stoilov (GitHub)2017-01-251-68/+0
| | | | | | | Interfaces that used in several components moved to src/components/include/<component_name> Mocks of this interfaces moved to src/components/include/test/<component_name> Related tasks APPLINK-30588 APPLINK-30974
* Remove redundant aliases to smart_objects namespaceSergey Levchenko (GitHub)2016-11-101-6/+1
| | | | Related to: APPLINK-29754
* Removed an unused variable that was causing the build to fail. Also f… (#880)jgrix2016-10-101-0/+6
| | | * Removed an unused variable that was causing the build to fail. Also fixed the connectionhandler class not being found in a2dp_source_player.
* Format all code in projectKozoriz2016-04-2620-237/+222
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Code style format with clang-formatKozoriz2016-04-251-31/+30
|
* Media manager update after removing all singletonsKozoriz2016-04-251-1/+1
|
* Changes after reviewKozoriz2016-03-312-1/+4
| | | | | | Fixed LastState tests SharedPtr changed to auto_ptr in some cases Corrected consts in some cases
* Remove MediaManger singletoneKozoriz2016-03-3116-33/+96
| | | | + correctives after LastState, PolicyHandler singletons removing
* Merge branch 'master' into developagaliuzov2016-05-081-0/+1
|\
| * Fix build fail with disabled loggingboniaslasher2016-01-271-0/+1
| | | | | | | | | | | | Build fail due to missing link to map definition, which automatically added when logging enabled. Also removed c-style call.
* | Unit tests for media managerVeronica Veremjova2015-11-191-0/+10
| |
* | Fix review commentsArtem Nosach2015-10-0413-13/+21
| | | | | | | | Related-issues: APPLINK-15198
* | Remove unneeded files and change CMakeList according to new filesArtem Nosach2015-10-041-113/+0
| | | | | | | | Related-issues: APPLINK-15198
* | Inherit FileStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-0/+164
| | | | | | | | Related-issues: APPLINK-15198
* | Inherit PipeStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-83/+27
| | | | | | | | Related-issues: APPLINK-15198
* | Inherit SocketStreamerAdapter from StreamerAdapterArtem Nosach2015-10-043-108/+40
| | | | | | | | Related-issues: APPLINK-15198
* | Create streamer adapter base classArtem Nosach2015-10-041-0/+94
|/ | | | | | | | Create base class for all streamer adapters. Streamer adapter holds message queue for stream data messages and thread that sends theese messages to listeners. Related-issues: APPLINK-15198
* Post review changes.Artem Nosach2015-04-232-14/+11
|
* Rework media manager.Artem Nosach2015-04-233-29/+31
|
* Add streaming suspended flag to media manager.Artem Nosach2015-04-231-2/+10
|
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-2018-531/+540
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-2613-379/+375
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-2413-375/+379
| | | | | | | | | | | | | | | | HU DCHECK occurs during multisession registration Remove unused variable SIGSEGV handler added to flush logger queue FixIncomplete device list in UpdateDeviceList request Fix Memory leak on PutFile break Fix Thread and Timer Fix OnHmiStatus Notification Fix Url array sending for endpoints. Fix HashChange Fix SDL parse incoming JSON message with both members error and result as success message Fix Core crashes while connecting mobile app Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* 3.10.1Justin Dickow2014-10-277-16/+16
| | | | Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-2018-0/+1368
Signed-off-by: Justin Dickow <jjdickow@gmail.com>