X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwav_player_private.c;h=e7899cb2be74cbe1abbafdac24b485a64792cefe;hb=af64798d096d76b7365237a1b218297a5b42cfa7;hp=bf974254287e5762e804686a7512f27c39eb8160;hpb=4e44b1bf043b8aa7421911744b0c6cb254015a08;p=platform%2Fcore%2Fapi%2Fwav-player.git diff --git a/src/wav_player_private.c b/src/wav_player_private.c index bf97425..e7899cb 100755 --- a/src/wav_player_private.c +++ b/src/wav_player_private.c @@ -198,6 +198,7 @@ int _wav_play_sound(const char *path, sound_stream_info_h stream_info, unsigned return WAV_PLAYER_ERROR_NONE; } +//LCOV_EXCL_START int _wav_play_sound_simple(const char *path, const char *stream_role) { int ret = WAV_PLAYER_ERROR_NONE; @@ -258,6 +259,7 @@ finish: return ret; } +//LCOV_EXCL_STOP int _wav_stop_sound(int id) {