Add more LCOV_EXCL_START/STOP macros to sound_manager_private.c
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 5 Oct 2018 07:03:04 +0000 (16:03 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 5 Oct 2018 07:04:57 +0000 (16:04 +0900)
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/sound_manager_private.c

index 5188fefbe36e2bb82c7feb7677424a7ff84fb92b..9bd3424b0c4d2b487c2d017f157ea81c68509048 100644 (file)
@@ -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;