From: Sangchul Lee Date: Fri, 5 Oct 2018 07:03:04 +0000 (+0900) Subject: Add more LCOV_EXCL_START/STOP macros to sound_manager_private.c X-Git-Tag: submit/tizen/20190709.022805~1^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e4746c673e7ccd172c0cce8f704d8ffe1b90b44;p=platform%2Fcore%2Fapi%2Fsound-manager.git Add more LCOV_EXCL_START/STOP macros to sound_manager_private.c Signed-off-by: Sangchul Lee --- diff --git a/src/sound_manager_private.c b/src/sound_manager_private.c index 5188fef..9bd3424 100644 --- a/src/sound_manager_private.c +++ b/src/sound_manager_private.c @@ -1434,7 +1434,7 @@ LEAVE: return ret; } - +//LCOV_EXCL_START #define SM_SAMPLE_FORMAT_NUM 4 /* check declaration of sound_sample_format_e */ int _get_supported_sample_formats(int device_id, sound_sample_format_e **formats, unsigned int *num) { @@ -1902,7 +1902,7 @@ LEAVE: return ret; } - +//LCOV_EXCL_STOP int _make_pa_connection_and_register_focus(sound_stream_info_s *stream_h, sound_stream_focus_state_changed_cb callback, void *user_data) { int ret = MM_ERROR_NONE;