summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-23Use macro for debug logsubmit/tizen_3.0/20170224.035858accepted/tizen/3.0/wearable/20170227.090633accepted/tizen/3.0/mobile/20170227.090406accepted/tizen/3.0/ivi/20170227.090706accepted/tizen/3.0/common/20170227.135820accepted/tizen_3.0_iviaccepted/tizen_3.0_commonGilbok Lee4-32/+29
Change-Id: I7edcefa0d77ac95fac8c3b4af222199c56f6ef59
2017-02-23Reset radio focus cb typeGilbok Lee3-7/+8
Somtimes an unintended interrupt callback is called. [Version] 0.2.2 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: I5633d92eed01504d74d59b8c3d6b33aeaf5063de
2017-02-20Add more logs for debuggingGilbok Lee5-34/+54
[Version] 0.2.21 [Profile] Mobile, Wearable [Issue Type] Add log Change-Id: Id832b06d265300d31ea918cc4a7bfb67bf7929f5
2017-02-02Remove unnecessary logssubmit/tizen_3.0/20170202.113256accepted/tizen/3.0/wearable/20170203.090028accepted/tizen/3.0/mobile/20170203.085942accepted/tizen/3.0/ivi/20170203.090046accepted/tizen/3.0/common/20170203.151007Gilbok Lee2-76/+76
[Version] 0.2.20 [Profile] Mobile, Wearable [Issue Type] Change logs Change-Id: I340ee2393e6087f0eabafd4129b4ea6c30fa7f85
2017-02-02Fix memory leakGilbok Lee3-4/+10
[Version] 0.2.20 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: Ie34d49b9f60218440fb2e6210161accbc2775ceb
2017-01-16Change the data type of signal strength variablesubmit/tizen_3.0/20170117.085106accepted/tizen/3.0/wearable/20170118.041534accepted/tizen/3.0/mobile/20170118.041500accepted/tizen/3.0/ivi/20170118.041544accepted/tizen/3.0/common/20170118.131218Gilbok Lee4-5/+5
[Version] 0.2.29 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: I14582c745571f87a9443bb6a2c7f089edc25c477
2017-01-03Remove volume changed callback during unrealizesubmit/tizen_3.0/20170103.084553submit/tizen_3.0.m2/20170104.093750accepted/tizen/3.0/wearable/20170103.155301accepted/tizen/3.0/mobile/20170103.155225accepted/tizen/3.0/ivi/20170103.155318accepted/tizen/3.0/common/20170103.172859accepted/tizen/3.0.m2/wearable/20170104.125813accepted/tizen/3.0.m2/mobile/20170104.125245tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_mobileHyunseok Lee2-1/+5
[Version] 0.2.18 [Profile] Mobile, Wearable [Issue Type] Bug Change-Id: I1e9384a5d7d2fde3b40afd0b21b566b5d3709491
2016-12-12Use absolute path for radio-hal dlopen to avoid malicious attacksubmit/tizen_3.0/20161215.110001submit/tizen_3.0/20161215.052132submit/tizen_3.0/20161213.081002accepted/tizen/3.0/wearable/20161216.084118accepted/tizen/3.0/mobile/20161216.083658accepted/tizen/3.0/ivi/20161216.084234accepted/tizen/3.0/common/20161216.123507Gilbok Lee2-6/+7
[Version] 0.2.17 [Profile] Mobile, Wearable [Issue Type] Security Change-Id: I41370d28635685bbbf35c35a5c7930ba7a8a1333
2016-12-06Fix svace issue (UNREACHABLE_CODE)Gilbok Lee2-2/+1
[Version] 0.2.16 [Profile] Mobile, Wearable [Issue Type] Fix svace issue Change-Id: I66d801ebe9df35c607c169bd148460bb1b68e368
2016-11-30Add api to use media_volume in radio_halsubmit/tizen_3.0/20161206.052949accepted/tizen/3.0/wearable/20161207.011733accepted/tizen/3.0/mobile/20161207.011334accepted/tizen/3.0/ivi/20161207.011838accepted/tizen/3.0/common/20161207.194416Gilbok Lee5-50/+70
[Version] 0.2.15 [Profile] Mobile, Wearable [Issue Type] Add features Change-Id: I98d0848e503e09dfe3d1a278f77456c0fc0471b6
2016-11-29Fix svace issue(UNREACHABLE_CODE)submit/tizen_3.0/20161129.051721accepted/tizen/3.0/wearable/20161130.011702accepted/tizen/3.0/mobile/20161130.011408accepted/tizen/3.0/ivi/20161130.011745accepted/tizen/3.0/common/20161130.064552Gilbok Lee1-1/+0
[Version] 0.2.14 [Profile] Mobile, Wearable [Issue Type] Fix Svace issue Change-Id: Ie4f876c1dec5a3e6c04f831806718693a86ce961
2016-11-22Fix build error on emulatorsubmit/tizen_3.0/20161122.043110accepted/tizen/3.0/wearable/20161123.083538accepted/tizen/3.0/mobile/20161123.083301accepted/tizen/3.0/ivi/20161123.083620accepted/tizen/3.0/common/20161123.140635Gilbok Lee1-2/+2
[Version] 0.2.4 [Profile] Mobile, Wearable [Issue Type] Fix build error Change-Id: Ib5961cc2d3cfd391a6822c51f692d963bee109cf
2016-11-22Fix interrupted callback bugGilbok Lee4-21/+49
When mm_radio register sound_focus_watch_callback, mm_radio post wrong code type. [Version] 0.2.14 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: Idea5a175d26fb347048e4255000de3d9c2e177e4
2016-11-17Apply tizen coding ruleGilbok Lee6-93/+102
[Version] 0.2.13 [Profile] Common [Issue Type] coding rule Change-Id: Ie55b949b2eefd173cdbeda259857d5c84c3592a6
2016-11-16Fixed deadlock and doesn't change state after scan_stop.Gilbok Lee3-9/+5
[Version] 0.2.12 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: I5637f4843d0a4a24edb0fb9a2beda9ce38d5780a
2016-11-14register soubscribe_signal_for_daemon (bug fixed)submit/tizen_3.0_common/20161116.105222submit/tizen_3.0/20161115.060306accepted/tizen/3.0/wearable/20161116.023154accepted/tizen/3.0/mobile/20161116.022823accepted/tizen/3.0/ivi/20161116.023341accepted/tizen/3.0/common/20161116.143856Gilbok Lee2-3/+1
[Version] 0.2.11 [Profile] Mobile, Wearable [Issue Type] Fix bugs Change-Id: If65f7ce0edac56e1afe453ef2e72e090420a329c
2016-11-11Fix typo error and logGilbok Lee6-21/+21
[Version] 0.2.10 [Profile] Mobile, Wearable [Issue Type] Fix typo error Change-Id: Ie336224355c8c068756533b01d531c4c373c6a68
2016-11-11Add volume APIsGilbok Lee11-113/+462
[Version] 0.2.9 [Profile] Common [Issue Type] Add features Change-Id: I0db82a4ab5c2fcef3cb738b4f9c3dfe76a9720be
2016-11-08Din't register soubscribe_signal_for_daemonsubmit/tizen_3.0_common/20161110.084657submit/tizen_3.0/20161108.053851accepted/tizen/3.0/wearable/20161109.124644accepted/tizen/3.0/mobile/20161109.124349accepted/tizen/3.0/ivi/20161109.124729accepted/tizen/3.0/common/20161114.081057Gilbok Lee1-1/+2
[Version] 0.2.8 [Profile] Common [Issue Type] Fix bugs Change-Id: Ie0f22e78c4c2ed7482d710c1ae4711e504462054
2016-11-08Change build optionGilbok Lee1-4/+4
[Version] 0.2.8 [Profile] Common [Issue Type] Fix bugs Change-Id: I02da57e461bc4af5eafac7ed3a3810809d1e6e42
2016-11-03First version of libmm-radio using radio-halGilbok Lee22-1554/+2002
[Version] 0.2.7 [Profile] Mobile [Issue Type] Refactoring Change-Id: I332bae2294a30988afb5a8c65864336277b1d5c9
2016-09-07Add new parameter to focus changed cbsubmit/tizen_3.0_wearable/20161015.000003submit/tizen_3.0_mobile/20161015.000003submit/tizen_3.0_ivi/20161010.000003submit/tizen_3.0_common/20161104.104000submit/tizen/20160921.041639accepted/tizen/wearable/20160922.042545accepted/tizen/mobile/20160922.042344accepted/tizen/ivi/20160922.042623accepted/tizen/common/20160921.162218accepted/tizen/3.0/wearable/20161015.083146accepted/tizen/3.0/mobile/20161015.033352accepted/tizen/3.0/ivi/20161011.044242Sangchul Lee2-4/+4
The prototype of the callback function has been changed. - refer to https://review.tizen.org/gerrit/#/c/81707/ (libmm-sound) Change-Id: I6ab3f1946f4548000528bc0c0780946cd28d1a36 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-09-05Expand the prestate of radio_scan_start functionsubmit/tizen/20160907.074000accepted/tizen/wearable/20160908.044025accepted/tizen/mobile/20160908.043107accepted/tizen/ivi/20160908.044135accepted/tizen/common/20160907.154630Gilbok Lee4-18/+22
[Version] 0.2.6 [Profile] Common [Issue Type] Tizen Mobile Platform Requirement Change-Id: Ic20925b0479dde601918c4f2e24f1c4716c73c32
2016-06-22Not close radio_fd(virtural fd) on emulator modesubmit/tizen/20160627.022624submit/tizen/20160623.063229accepted/tizen/wearable/20160629.015342accepted/tizen/mobile/20160629.015318accepted/tizen/ivi/20160629.015420accepted/tizen/common/20160628.141305accepted/tizen/common/20160627.191459Gilbok Lee2-23/+3
Change-Id: I4d09fe98fe035360054e899ef7a988fd9e6ad8f2
2016-04-11Fix build error on aarch64submit/tizen/20160412.013706accepted/tizen/wearable/20160412.063921accepted/tizen/mobile/20160412.063908accepted/tizen/ivi/20160412.063923accepted/tizen/common/20160412.130908Gilbok Lee2-3/+2
Change-Id: I969fb2e0a7de6d50f4158081090a67319d5ff58d Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
2016-03-18Fix build warningssubmit/tizen/20160408.070150Gilbok Lee2-5/+5
Change-Id: I831a148d95398302170a23a963ad0b5b58a0d516 Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
2016-03-10Fixed Svace issue(WGID:31189)submit/tizen/20160310.063535accepted/tizen/wearable/20160311.054938accepted/tizen/tv/20160311.054916accepted/tizen/mobile/20160311.054859accepted/tizen/ivi/20160311.055000accepted/tizen/common/20160311.201254accepted/tizen_tvGilbok Lee1-2/+2
Change-Id: I31c15d9eee50fc411b8728b43007ffe16f402eb0 Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
2016-01-13add radio code for emulatorsubmit/tizen_ivi/20160217.000003submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160113.064636accepted/tizen/wearable/20160114.011545accepted/tizen/tv/20160114.011529accepted/tizen/mobile/20160114.011511accepted/tizen/ivi/20160218.023741Eunhae Choi7-33/+1498
Change-Id: I583a32ec76d2f5045ca252436cfa98b9cd119197
2015-12-21remove asm dependencysubmit/tizen/20151228.075737accepted/tizen/wearable/20151228.094232accepted/tizen/tv/20151228.094139accepted/tizen/mobile/20151228.094111Eunhae Choi4-9/+1
Change-Id: Ice6f6d649f69e627e61e826da559ed47acbc4732 Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
2015-12-10Apply Tizen coding rule and add docsubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151211.082335accepted/tizen/wearable/20151212.073329accepted/tizen/tv/20151212.072724accepted/tizen/mobile/20151212.071232Gilbok Lee6-899/+709
Change-Id: Idf8b048e0b2d668ac56731a7788974fffe5ea500 Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
2015-11-18fix svace 49814Eunhae Choi1-6/+5
Change-Id: I53d2cab560a382d1beb163db94a2161850fcf901
2015-10-22[libmm-radio] remove asm dependencysubmit/tizen/20151103.061406accepted/tizen/wearable/20151103.075135accepted/tizen/tv/20151103.075111accepted/tizen/mobile/20151103.075039Hyunjin Park3-27/+28
Signed-off-by: Hyunjin Park <hyunjin45.park@samsung.com> Change-Id: I9d405ea3d486a0f5be24087da95e40dd92eab672
2015-10-22[libmm-radio] fix sound focus fuctionHyunjin Park4-128/+61
Signed-off-by: Hyunjin Park <hyunjin45.park@samsung.com> Change-Id: I7d9404de7f2b2b47246679c024ee03d9cb567174
2015-10-15[libmm-radio]add snd device connect callbackHyunjin Park3-1/+63
Signed-off-by: Hyunjin Park <hyunjin45.park@samsung.com> Change-Id: I2d2af6477f6307b741cd4158429106ff73ceab3b
2015-09-24Apply audio focus for session (radio)tizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen/20150930.040629accepted/tizen/wearable/20150930.042022accepted/tizen/tv/20150930.042015accepted/tizen/mobile/20150930.042007Hyunjin Park7-244/+351
Signed-off-by: Hyunjin Park <hyunjin45.park@samsung.com> Change-Id: Ica7ac7942b356062a623664e6c0c3702e54bc39d
2015-09-02Change pkgconfig about session-mgrtizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20150902.031952accepted/tizen/wearable/20150902.055518accepted/tizen/tv/20150902.055507accepted/tizen/mobile/20150902.055455tizen_3.0.m1_tvtizen_3.0.m1_mobileSangjin Sim1-1/+1
Change-Id: Iab5c1a3cabd2d2c20b62bc4ec34e8037dd4db3f5
2015-06-01Sync with latest src tizen2.4submit/tizen/20150608.015323submit/submit/tizen/20150608.015323/20150608.015422submit/submit/tizen/20150601.060805/20150601.060927accepted/tizen/wearable/20150608.092814accepted/tizen/tv/20150608.092832accepted/tizen/mobile/20150608.092745accepted/tizen/common/20150608.090605tizen_3.0.2015.q2_commonSangjin Sim6-43/+120
Change-Id: Ifee387f35cae1fc56328487d2b121f83f6950121
2015-04-30Sync rebase with tizen 2.3submit/tizen_common/20150505.090000submit/tizen/20150430.023919submit/tizen/20150429.013912accepted/tizen/wearable/20150506.234516accepted/tizen/tv/20150506.233456accepted/tizen/mobile/20150511.004109accepted/tizen/common/20150506.091344Sangjin Sim5-161/+83
Change-Id: I2c8707af077216b7d44d3ec0e64e04e28be1efa8
2015-03-03fixed build break and syncronize with tizen 2.4submit/tizen/20150302.020544accepted/tizen/wearable/20150304.012026accepted/tizen/tv/20150304.011753accepted/tizen/mobile/20150304.012147accepted/tizen/common/20150303.154718Gilbok Lee10-72/+102
Change-Id: I3821b7c98f7ad31c40d3237781c07d86c1aa2210
2015-01-09fix buld error : change debug macro from mmf_debug to debug_errortizen_3.0_ivi_releasesubmit/tizen_ivi/20150112.111111submit/tizen/20150109.055336accepted/tizen/wearable/20150111.045944accepted/tizen/tv/20150111.045704accepted/tizen/mobile/20150111.050620accepted/tizen/ivi/20150112.234210accepted/tizen/common/20150109.133752tizen_3.0_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonHyunil Park2-13/+13
Change-Id: I43555dc0dc09909a1ff3090a7cd19a53c63a375e Signed-off-by: Hyunil Park <hyunil46.park@samsung.com>
2013-10-02Put the test binary in it's own test package; fix mispellingtizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_stable/20131116.100644submit/tizen_ivi_panda/20140403.011857submit/tizen/20131008.080439accepted/tizen_ivi_stable/20131116.111825accepted/tizen/ivi/panda/20140403.015031accepted/tizen/20131009.235933accepted/tizen/20131008.163907accepted/tizen/20131008.161613tizen_ivi_pandatizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2014.q3_commonaccepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonaccepted/tizen/ivi/stableMichael Leibowitz1-2/+14
Fixes: https://bugs.tizen.org/jira/browse/PTREL-104 Change-Id: Id19b27570e28750db9d3da45b00353e6a02af5a6 Signed-off-by: Michael Leibowitz <michael.leibowitz@intel.com>
2013-06-28resetting manifest requested domain to floorsubmit/tizen_ivi_genivi/20140131.061124submit/tizen/20130912.090311submit/tizen/20130912.080004submit/tizen/20130710.105030ivi_oct_m2accepted/tizen/ivi/genivi/20140131.062709accepted/tizen/20130912.195659accepted/tizen/20130912.191638accepted/tizen/20130912.150709accepted/tizen/20130912.100608accepted/tizen/20130912.100233accepted/tizen/20130710.221401tizen_ivi_geniviaccepted/tizen/ivi/geniviAlexandru Cornea3-6/+9
2013-05-21Add changelogsubmit/tizen/20130521.165103accepted/tizen/20130522.164522Rusty Lynch1-0/+3
2013-04-30Fix Gstreamer 1.0/0.10 complianceXavier Roche3-8/+31
- Check require Gstreamer version in specfile : set suitable CFlags - Add require version in configure.ac according to the chosen version of Gstreamer
2013-04-02Fix wrong type casting for 64 bit compatibility.submit/tizen_2.1/20130424.232054submit/tizen/20130517.045048accepted/tizen_2.1/20130425.034948accepted/tizen/20130520.1011382.1b_releasetizen_2.1Junfeng Dong1-1/+1
Change-Id: I9ac85abb470681cea25a05fd9642bbbf01bcad98
2013-03-16merge with masterJinkun Jang2-4/+3
2013-03-13Tizen 2.1 baseJinkun Jang22-0/+7149
2012-01-06Initial empty repositoryEunkyoung Kim0-0/+0