summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2018-07-25Revise error handling in mm_sound_proxy.cSangchul Lee1-1/+6
2018-06-25Use socket for IPC of focus APIs instead of the DBussubmit/tizen/20180626.044608accepted/tizen/unified/20180702.062852Sangchul Lee1-29/+0
2018-03-15Remove deprecated APIs and codes for session backward compatibilitysubmit/tizen/20180315.034548Sangchul Lee1-9/+0
2017-12-20Remove dlog prints on signal handler / dotnet cleanupSeungbae Shin1-0/+22
2017-11-06Add support for device running changed callbackSangchul Lee1-0/+5
2017-10-27Modification for Tizen Coding RuleSeungbae Shin2-21/+18
2017-10-12Fix Coverity defectssubmit/tizen/20171012.130939accepted/tizen/unified/20171013.193024Seungbae Shin1-1/+1
2017-09-04Revise dbus error handling codes to be more defensiveSangchul Lee1-18/+24
2017-08-03fixup! Move volume vconf set to pulseaudiosubmit/tizen_4.0/20170811.094300submit/tizen/20170803.072523accepted/tizen/unified/20170804.025631accepted/tizen/4.0/unified/20170816.011816Seungbae Shin1-100/+48
2017-07-10Move volume vconf set to pulseaudiosubmit/tizen/20170713.021221accepted/tizen/unified/20170717.021038Seungbae Shin1-22/+0
2017-06-15focus_server: Add support for delivery focus to another nodeSangchul Lee1-0/+3
2017-06-01Get device by idJeongho Mok1-0/+3
2017-04-03Remove unused headers and functionssubmit/tizen/20170405.072228accepted/tizen/unified/20170406.055048Jeongho Mok3-176/+11
2017-03-29libmm-sound: add new sound filter APIKimJeongYeon1-0/+9
2017-03-28Revise codeSeungbae Shin2-281/+1
2017-03-14Add support for AUDIO_METHOD_UPDATE_STREAM_FOCUS_STATUS to update stream focu...Sangchul Lee1-0/+3
2017-02-01Fix memory leak : valgrindsubmit/tizen_3.0/20170201.113021accepted/tizen/3.0/wearable/20170202.085700accepted/tizen/3.0/tv/20170202.085646accepted/tizen/3.0/mobile/20170202.085634accepted/tizen/3.0/ivi/20170202.085717accepted/tizen/3.0/common/20170202.151059Seungbae Shin1-2/+2
2017-01-04fix SVACE issue, dbus method call logging & indentationHyunseok Lee1-4/+5
2016-12-13stream is on devicesubmit/tizen_3.0/20161214.084609submit/tizen_3.0/20161213.132802accepted/tizen/3.0/wearable/20161215.043806accepted/tizen/3.0/tv/20161215.043749accepted/tizen/3.0/mobile/20161215.043654accepted/tizen/3.0/ivi/20161215.043853accepted/tizen/3.0/common/20161215.162945Jeongho Mok1-0/+3
2016-12-02Change set/unset cb to add/remove cb, and add device_state_changed cbsubmit/tizen_3.0/20161206.052949accepted/tizen/3.0/wearable/20161207.011806accepted/tizen/3.0/tv/20161207.011705accepted/tizen/3.0/mobile/20161207.011513accepted/tizen/3.0/ivi/20161207.011912accepted/tizen/3.0/common/20161207.194504Jeongho Mok1-0/+5
2016-06-30Fix memory leaksubmit/tizen_common/20160701.180000submit/tizen/20160630.084032accepted/tizen/wearable/20160701.033150accepted/tizen/tv/20160701.033114accepted/tizen/mobile/20160701.033436accepted/tizen/ivi/20160701.033305accepted/tizen/common/20160703.130554Sangchul Lee1-0/+1
2016-05-03Fix SVACE defectsMok Jeongho1-3/+6
2016-04-18Broadcast subscribing and callback handlingsubmit/tizen/20160418.103710accepted/tizen/wearable/20160418.235715accepted/tizen/tv/20160418.235728accepted/tizen/mobile/20160418.235720accepted/tizen/ivi/20160418.235733accepted/tizen/common/20160419.143052Mok Jeongho1-7/+42
2016-03-31Remove unused include statementsubmit/tizen/20160401.030705accepted/tizen/wearable/20160405.011152accepted/tizen/tv/20160405.011131accepted/tizen/mobile/20160405.011122accepted/tizen/ivi/20160405.011211accepted/tizen/common/20160401.075629Mok Jeongho1-2/+0
2016-03-18Print error name when open failedsubmit/tizen/20160318.085637accepted/tizen/wearable/20160321.004701accepted/tizen/tv/20160321.004640accepted/tizen/mobile/20160321.004628accepted/tizen/ivi/20160321.004713accepted/tizen/common/20160318.150232Mok Jeongho1-1/+3
2016-03-18Print error message when g_bus_get_sync failedMok Jeongho1-2/+9
2016-03-17Replace strerror with strerror_rsubmit/tizen/20160317.125504accepted/tizen/wearable/20160318.113628accepted/tizen/tv/20160318.113648accepted/tizen/mobile/20160318.113551accepted/tizen/ivi/20160318.113754Mok Jeongho1-1/+3
2016-03-04Return permission denied error when vconf failed with that causesubmit/tizen/20160304.060227accepted/tizen/wearable/20160305.093554accepted/tizen/tv/20160305.093540accepted/tizen/mobile/20160305.093523accepted/tizen/ivi/20160305.093615Mok Jeongho1-2/+7
2016-03-03Fix svace issuessubmit/tizen/20160303.074921accepted/tizen/wearable/20160305.090934accepted/tizen/tv/20160305.090921accepted/tizen/mobile/20160305.090858accepted/tizen/ivi/20160305.090951Sangchul Lee1-3/+2
2016-02-26Change emergent exit from method call to signalMok Jeongho1-13/+16
2016-02-25Dbus logic/layer/interface enhancementsMok Jeongho2-0/+539
2016-01-05Remove deprecated/unused functionssubmit/tizen/20160105.074549Seungbae Shin1-114/+1
2015-12-28Fix SVACE defects / remove unused a2dp functionssubmit/tizen/20151228.075333accepted/tizen/wearable/20151228.231057accepted/tizen/tv/20151228.231751accepted/tizen/mobile/20151228.232635Seungbae Shin1-2/+7
2015-11-09Remove checking return value of vconf set API due to the permission (vconf AP...submit/tizen/20151109.054009accepted/tizen/wearable/20151109.233755accepted/tizen/tv/20151109.233741accepted/tizen/mobile/20151109.233730Sangchul Lee1-4/+1
2015-07-29Remove unused filesSeungbae Shin1-5/+2
2015-07-07Let's start tizen audio 3.0Seonmi Jin1-142/+42
2015-04-27Rebase code with tizen 2.3 with following additional changessubmit/tizen_common/20150505.090000submit/tizen/20150429.013912accepted/tizen/wearable/20150506.234517accepted/tizen/tv/20150506.233455accepted/tizen/mobile/20150511.004108accepted/tizen/common/20150506.091345Seungbae Shin3-227/+336
2013-03-13Tizen 2.1 baseJinkun Jang4-0/+696