summaryrefslogtreecommitdiff
path: root/src/mm_radio_priv_hal.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Fix coverity/Svace issues (BAD_CHECK_OF_WAIT_COND, MISSING_UNLOCK, NULL_AFTER...HEADaccepted/tizen/unified/x/20240205.063846accepted/tizen/unified/toolchain/20240311.065435accepted/tizen/unified/20240131.175405tizenaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unifiedGilbok Lee1-34/+21
2021-02-17Replace HAL interfacetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.162401submit/tizen/20210218.054309accepted/tizen/unified/20210219.040844accepted/tizen/6.5/unified/20211028.114820Gilbok Lee1-135/+173
2020-07-09Fix typo error and remove unnecessary descriptionsubmit/tizen/20201201.011112accepted/tizen/unified/20201202.124951Gilbok Lee1-5/+5
2019-08-08Fix coverity issue (Unchecked return value)submit/tizen/20190809.005426accepted/tizen/unified/20190809.110824Gilbok Lee1-7/+17
2019-07-18Fix bug that failed to set volume before radio startsubmit/tizen/20190718.054451accepted/tizen/unified/20190719.111652Gilbok Lee1-66/+34
2019-07-11Remove radio volume logic for media volumesubmit/tizen/20190715.061154Sangchul Lee1-112/+8
2018-12-07Fix dlog format errorsubmit/tizen/20181207.080121accepted/tizen/unified/20181210.060128Gilbok Lee1-1/+1
2018-08-24Add pthread_lock/unlock for thread synchronizationsubmit/tizen_5.0/20181101.000003submit/tizen/20180829.063012accepted/tizen/unified/20180830.060912accepted/tizen/5.0/unified/20181102.014737tizen_5.0accepted/tizen_5.0_unifiedGilbok Lee1-2/+8
2018-08-24Revert "Using radio-hal-interface in mm-hal-interface"Gilbok Lee1-2/+0
2018-08-22Using radio-hal-interface in mm-hal-interfacesubmit/tizen/20180822.040030Gilbok Lee1-0/+2
2018-08-21Radio device will be close, if radio device is opened when unrealizeGilbok Lee1-27/+43
2018-07-19Modified radio hal interfacesubmit/tizen/20180720.020744accepted/tizen/unified/20180720.060809Gilbok Lee1-105/+214
2018-04-25Change the thread running flag before send message.submit/tizen/20180425.085112accepted/tizen/unified/20180426.062535Gilbok Lee1-9/+9
2018-04-25Add null check when destroy sound manager vstream Gilbok Lee1-2/+10
2018-04-24When creating a thread, waiting for the thread function to startGilbok Lee1-132/+206
2018-04-05Messages related to callback are posted using threadGilbok Lee1-22/+150
2018-04-03Disable sound focus featuresubmit/tizen/20180404.035354accepted/tizen/unified/20180405.064329Gilbok Lee1-205/+2
2018-03-30Create seek/scan thread once when radio handle create.Gilbok Lee1-274/+331
2018-03-15Fix coverity issue (Unchecked return value)submit/tizen/20180315.033609accepted/tizen/unified/20180320.141240Gilbok Lee1-5/+1
2017-11-14mm-resource-manager integration patchsubmit/tizen/20171117.070221submit/tizen/20171117.022846accepted/tizen/unified/20171123.065756Gilbok Lee1-51/+85
2017-11-14Change log messageGilbok Lee1-54/+54
2017-09-15Fixed scan_thread initialization bugsubmit/tizen/20170918.031323accepted/tizen/unified/20170920.065514Gilbok Lee1-1/+1
2017-09-14Remove libmm-log build dependencyGilbok Lee1-7/+7
2017-09-13Fix Svace issueGilbok Lee1-10/+2
2017-05-16Check acquire focus type for backward compatibilityGilbok Lee1-0/+23
2017-04-28Fix bug for resource conflict casetizen_4.0.m1_releasesubmit/tizen/20170428.102059accepted/tizen/unified/20170429.024432Gilbok Lee1-22/+51
2017-04-10Added implementation of interruption by resource managersubmit/tizen/20170420.053325accepted/tizen/unified/20170420.154835Gilbok Lee1-3/+68
2017-04-10Remove MMRADIO_FOCUS_CB_ enumGilbok Lee1-28/+13
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 Lee1-9/+8
2017-02-23Reset radio focus cb typeGilbok Lee1-6/+6
2017-02-20Add more logs for debuggingGilbok Lee1-22/+38
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 Lee1-55/+55
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 Lee1-0/+4
2016-12-06Fix svace issue (UNREACHABLE_CODE)Gilbok Lee1-1/+0
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 Lee1-48/+36
2016-11-22Fix interrupted callback bugGilbok Lee1-2/+2
2016-11-17Apply tizen coding ruleGilbok Lee1-2/+1
2016-11-16Fixed deadlock and doesn't change state after scan_stop.Gilbok Lee1-4/+2
2016-11-11Fix typo error and logGilbok Lee1-6/+6
2016-11-11Add volume APIsGilbok Lee1-22/+169
2016-11-03First version of libmm-radio using radio-halGilbok Lee1-0/+1438