summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunmi Ha <yunmi.ha@samsung.com>2019-05-14 16:20:27 +0900
committerYunmi Ha <yunmi.ha@samsung.com>2019-05-14 16:25:19 +0900
commit8b49412050365b30257125870048ce5cb1f73028 (patch)
treef74b7bfc140752e423582303494c36ae2aeb7242
parent3bfa6bac54b3f418e02e3280f186597a72c6e11c (diff)
downloadlibsvi-8b49412050365b30257125870048ce5cb1f73028.tar.gz
libsvi-8b49412050365b30257125870048ce5cb1f73028.tar.bz2
libsvi-8b49412050365b30257125870048ce5cb1f73028.zip
Change-Id: Ife9615f3709ecdcc3d2fa96ff4bc6a7d1bb104ea Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
-rw-r--r--src/sound.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sound.c b/src/sound.c
index a0da68a..08905ab 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -219,6 +219,7 @@ static int sound_is_supported(feedback_pattern_e pattern, bool *supported)
return 0;
}
+//LCOV_EXCL_START Not used function
static int sound_get_path(feedback_pattern_e pattern, char *buf, unsigned int buflen)
{
char *cur_path;
@@ -239,7 +240,9 @@ static int sound_get_path(feedback_pattern_e pattern, char *buf, unsigned int bu
snprintf(buf, buflen, "%s", cur_path);
return ret;
}
+//LCOV_EXCL_STOP
+//LCOV_EXCL_START Not used function
static int sound_set_path(feedback_pattern_e pattern, char *path)
{
struct stat buf;
@@ -296,6 +299,7 @@ static int sound_set_path(feedback_pattern_e pattern, char *path)
profile->str_pattern(pattern), path);
return 0;
}
+//LCOV_EXCL_STOP
static const struct device_ops sound_device_ops = {
.type = FEEDBACK_TYPE_SOUND,